-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathenv.example
More file actions
43 lines (30 loc) · 815 Bytes
/
Copy pathenv.example
File metadata and controls
43 lines (30 loc) · 815 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copy this file to .env and fill in only the providers you use.
# Keep concrete remote endpoint URLs out of this example file.
# Remote endpoint credentials grouped by model family.
QWEN_LLM_API_KEY=
QWEN_LLM_BASE_URL=
KIMI_LLM_API_KEY=
KIMI_LLM_BASE_URL=
DEEPSEEK_LLM_API_KEY=
DEEPSEEK_LLM_BASE_URL=
SEED_LLM_API_KEY=
SEED_LLM_BASE_URL=
MINIMAX_LLM_API_KEY=
MINIMAX_LLM_BASE_URL=
GEMINI_LLM_API_KEY=
GEMINI_LLM_BASE_URL=
GPT_LLM_API_KEY=
GPT_LLM_BASE_URL=
GLM_LLM_API_KEY=
GLM_LLM_BASE_URL=
HUNYUAN_LLM_API_KEY=
HUNYUAN_LLM_BASE_URL=
CLAUDE_LLM_API_KEY=
CLAUDE_LLM_BASE_URL=
# Local vLLM uses concrete localhost URLs in models_config.json.
VLLM_API_KEY=EMPTY
# Legacy / optional API keys
DASHSCOPE_QWEN_LLM_API_KEY=
DASHSCOPE_QWEN_LLM_BASE_URL=
OPENAI_COMPAT_LLM_API_KEY=
OPENAI_COMPAT_LLM_BASE_URL=