diff --git a/config.py.example b/config.py.example index d868d39..4b87cda 100644 --- a/config.py.example +++ b/config.py.example @@ -34,7 +34,7 @@ QUERY_ENGINE_API_KEY = "your_api_key" QUERY_ENGINE_BASE_URL = "https://api.deepseek.com" QUERY_ENGINE_MODEL_NAME = "deepseek-reasoner" -# Report Agent(推荐Gemini,这里我用了一个中转厂商,你也可以换成你自己的,申请地址:https://www.chataiapi.com/) +# Report Agent(推荐Gemini,这里我用了一个中转厂商,你也可以换成你自己的) REPORT_ENGINE_API_KEY = "your_api_key" REPORT_ENGINE_BASE_URL = "https://www.chataiapi.com/v1" REPORT_ENGINE_MODEL_NAME = "gemini-2.5-pro"