-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 1.38 KB
/
Copy path.env.example
File metadata and controls
31 lines (27 loc) · 1.38 KB
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
DEEPSEEK_API_KEY=replace_with_your_key
OPENAI_API_KEY=replace_with_your_key
ANTHROPIC_API_KEY=replace_with_your_key
OPENROUTER_API_KEY=replace_with_your_key
DASHSCOPE_API_KEY=replace_with_your_key
GOOGLE_API_KEY=replace_with_your_key
# Controlled web search providers. Configure at least one for `HyperAgent web search`.
# `HyperAgent web fetch --url ...` works for explicit public HTTP(S) URLs without a search provider.
BRAVE_SEARCH_API_KEY=replace_with_your_brave_search_key
TAVILY_API_KEY=replace_with_your_tavily_key
SERPAPI_API_KEY=replace_with_your_serpapi_key
SEARXNG_BASE_URL=https://your-searxng.example
# Optional controlled image request provider status.
HYPERAGENT_IMAGE_PROVIDER=openai
# Feishu bot channel. Store real values in local .env only.
FEISHU_APP_ID=replace_with_your_feishu_app_id
FEISHU_APP_SECRET=replace_with_your_feishu_app_secret
FEISHU_VERIFICATION_TOKEN=replace_with_your_feishu_verification_token
FEISHU_SIGNING_SECRET=replace_with_your_feishu_signing_secret
FEISHU_BOT_OPEN_ID=replace_with_your_feishu_bot_open_id
# QQ official bot channel. Store real values in local .env only.
QQ_BOT_APP_ID=replace_with_your_qq_bot_app_id
QQ_BOT_SECRET=replace_with_your_qq_bot_secret
QQ_BOT_TOKEN=replace_with_your_qq_bot_token
QQ_BOT_VERIFICATION_TOKEN=replace_with_your_qq_verification_token
QQ_BOT_SIGNING_SECRET=replace_with_your_qq_signing_secret
QQ_BOT_ID=replace_with_your_qq_bot_id