改用Grok联网搜索并保留每轮信号

This commit is contained in:
Codex
2026-07-09 00:14:20 +08:00
parent 4f50de8def
commit e02d5db495
14 changed files with 465 additions and 110 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Settings(BaseSettings):
llm_base_url: str = "https://api.zayuapi.com/v1"
llm_api_key: str = ""
llm_model: str = "grok-4.3"
llm_timeout_seconds: int = 90
llm_timeout_seconds: int = 180
llm_max_tokens: int = 8000
news_recent_days: int = 3
news_max_items: int = 60