Files

18 lines
449 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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