18 lines
449 B
Bash
18 lines
449 B
Bash
# AI 配置
|
||
OPENAI_API_KEY=your_api_key_here
|
||
OPENAI_API_BASE=https://api.openai.com/v1
|
||
OPENAI_MODEL=gpt-4o-mini
|
||
WEBZINE_MODEL=deepseek-v3.2
|
||
|
||
# 系统配置
|
||
TIME_ZONE=Asia/Shanghai
|
||
LOG_LEVEL=INFO
|
||
|
||
# RSS代理(微信公众号转RSS服务,默认使用 werss.yynnice.top)
|
||
RSS_PROXY_BASE=https://werss.yynnice.top
|
||
|
||
# 推送配置
|
||
WECHAT_TARGET=your_wechat_target_here
|
||
WECHAT_ACCOUNT=your_wechat_account_here
|
||
FEISHU_WEBHOOK=your_feishu_webhook_here
|