-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 879 Bytes
/
.env.example
File metadata and controls
24 lines (21 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ============================================
# Agethos — Environment Variables
# ============================================
# Copy this file to .env and fill in your keys:
# cp .env.example .env
#
# The library reads these automatically via the OpenAI/Anthropic SDKs.
# ── OpenAI ──
OPENAI_API_KEY=sk-your-key-here
# ── Anthropic ──
ANTHROPIC_API_KEY=sk-ant-your-key-here
# ── OpenAI-compatible providers (Qwen, Ollama, vLLM, Together, etc.) ──
# Set these when using Brain.build(llm="openai", base_url="...") or
# pass base_url directly to OpenAIAdapter.
#
# Examples:
# Ollama (local): http://localhost:11434/v1
# vLLM: http://localhost:8000/v1
# Qwen (DashScope): https://dashscope.aliyuncs.com/compatible-mode/v1
# Together AI: https://api.together.xyz/v1
# LM Studio: http://localhost:1234/v1