Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -34,7 +34,7 @@ QUERY_ENGINE_API_KEY = "your_api_key" | @@ -34,7 +34,7 @@ QUERY_ENGINE_API_KEY = "your_api_key" | ||
| 34 | QUERY_ENGINE_BASE_URL = "https://api.deepseek.com" | 34 | QUERY_ENGINE_BASE_URL = "https://api.deepseek.com" |
| 35 | QUERY_ENGINE_MODEL_NAME = "deepseek-reasoner" | 35 | QUERY_ENGINE_MODEL_NAME = "deepseek-reasoner" |
| 36 | 36 | ||
| 37 | -# Report Agent(推荐Gemini,这里我用了一个中转厂商,你也可以换成你自己的,申请地址:https://www.chataiapi.com/) | 37 | +# Report Agent(推荐Gemini,这里我用了一个中转厂商,你也可以换成你自己的) |
| 38 | REPORT_ENGINE_API_KEY = "your_api_key" | 38 | REPORT_ENGINE_API_KEY = "your_api_key" |
| 39 | REPORT_ENGINE_BASE_URL = "https://www.chataiapi.com/v1" | 39 | REPORT_ENGINE_BASE_URL = "https://www.chataiapi.com/v1" |
| 40 | REPORT_ENGINE_MODEL_NAME = "gemini-2.5-pro" | 40 | REPORT_ENGINE_MODEL_NAME = "gemini-2.5-pro" |
-
Please register or login to post a comment