docs: 添加博查API配置到环境变量模板

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jowe
2026-03-13 21:48:33 +08:00
parent e3d1551058
commit 8b71da2956

View File

@@ -14,3 +14,7 @@ FLASK_ENV=development
# DeepSeek API配置 # DeepSeek API配置
DEEPSEEK_API_KEY=your_deepseek_api_key_here DEEPSEEK_API_KEY=your_deepseek_api_key_here
DEEPSEEK_BASE_URL=https://api.deepseek.com DEEPSEEK_BASE_URL=https://api.deepseek.com
# 博查 Web Search API配置用于新闻搜索
BOCHA_API_KEY=your_bocha_api_key_here
BOCHA_BASE_URL=https://api.bocha.cn