From 8b71da2956bb6b065aab98ed89911270cd8b3cda Mon Sep 17 00:00:00 2001 From: Jowe <123822645+Selei1983@users.noreply.github.com> Date: Fri, 13 Mar 2026 21:48:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=8D=9A=E6=9F=A5API?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=B0=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index deee59f..2a7f423 100644 --- a/.env.example +++ b/.env.example @@ -14,3 +14,7 @@ FLASK_ENV=development # DeepSeek API配置 DEEPSEEK_API_KEY=your_deepseek_api_key_here 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