修改模型

This commit is contained in:
zk
2026-07-30 18:00:09 +08:00
parent ca227ebef7
commit c5440eefa9
6 changed files with 27 additions and 7 deletions
+4
View File
@@ -37,6 +37,10 @@ class Settings(BaseSettings):
anthropic_api_key: str = "sk-43ccdb29caa7e9ebe0db8ac0958c63f6d3a2d62e59064d3d26d94332055a9bc9"
anthropic_base_url: str = "https://code.warpdevloper.cloud"
# OpenAIOpenAI 兼容风格)
openai_api_key: str = "sk-12663c3a1ae5db0bc9aee78ffa64e7a0b95bcf7a15541040dd2bce573130f5c8"
openai_base_url: str = "https://re.94xy.cn/v1"
# ──────────── 岗位清洗参数 ────────────
clean_worker_count: int = 60 # 持续消费 worker 协程数量
clean_idle_sleep: float = 5.0 # 没数据时每个 worker 休眠秒数