-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (35 loc) · 714 Bytes
/
.env.example
File metadata and controls
44 lines (35 loc) · 714 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
44
# Provider secrets in env take precedence over config/base_config.json
# === Anthropic ===
ANTHROPIC_API_KEY=
ANTHROPIC_BASE_URL=
# === Google ===
GOOGLE_API_KEY=
GOOGLE_BASE_URL=
# === OPENAI ===
OPENAI_API_KEY=
OPENAI_BASE_URL=
# === Qwen ===
QWEN_API_KEY=
QWEN_BASE_URL=
# === DeepSeek ===
DEEPSEEK_API_KEY=
DEEPSEEK_BASE_URL=
# === Ollama ===
OLLAMA_BASE_URL=
# === Telegram ===
TELEGRAM_TOKEN=
ALLOWED_TG_USER_IDS=
ALLOWED_TG_USER_ID=
# === Feishu ===
FEISHU_APP_ID=
FEISHU_APP_SECRET=
FEISHU_VERIFICATION_TOKEN=
FEISHU_ENCRYPT_KEY=
FEISHU_ALLOWED_USER_IDS=
FEISHU_ALLOWED_CHAT_IDS=
# === Search Engine ===
SEARCH_ENGINE=brave
SEARCH_ENABLED=true
SEARCH_RESULT_COUNT=3
BRAVE_API_KEY=
TAVILY_API_KEY=