修改模型
This commit is contained in:
@@ -37,6 +37,10 @@ class Settings(BaseSettings):
|
||||
anthropic_api_key: str = "sk-43ccdb29caa7e9ebe0db8ac0958c63f6d3a2d62e59064d3d26d94332055a9bc9"
|
||||
anthropic_base_url: str = "https://code.warpdevloper.cloud"
|
||||
|
||||
# OpenAI(OpenAI 兼容风格)
|
||||
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 休眠秒数
|
||||
|
||||
Reference in New Issue
Block a user