-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 915 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (20 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 必填: OpenAI 兼容 API key(LLM_API_KEY 优先,DEEPSEEK_API_KEY 兼容旧名)
LLM_API_KEY=sk-xxxxxxxxxxxxxxxx
# 可选: API 地址 / 模型(默认 DeepSeek 官方 deepseek-chat)
# LLM_BASE_URL=https://api.deepseek.com
# LLM_MODEL=deepseek-chat
#
# 例: 接入 OrcaRouter(orcarouter.ai 注册拿 sk-orca-* key,模型名带供应商前缀)
# LLM_BASE_URL=https://api.orcarouter.ai/v1
# LLM_MODEL=deepseek/deepseek-chat # 按量付费
# LLM_MODEL=deepseek/deepseek-v4-flash-free # 免费档,429 限流较紧
# 可选: 飞书机器人(国内首选)
FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxx
FEISHU_SECRET=xxxxxxxxxxxxxxxx
# 可选: Telegram 即时推送
TELEGRAM_BOT_TOKEN=123456:ABC-DEF1234
TELEGRAM_CHANNEL=@your_channel
# 可选: WordPress 自动发草稿
WP_URL=https://yoursite.com
WP_USER=your_username
WP_APP_PASSWORD=xxxx xxxx xxxx xxxx