ChatAnthropic

This commit is contained in:
zk
2026-06-22 20:21:41 +08:00
parent 10000b3711
commit 300b9d9dc5
6 changed files with 43 additions and 21 deletions
+5
View File
@@ -26,9 +26,14 @@ class Settings(BaseSettings):
mysql_max_overflow: int = 20
# ──────────── AI 供应商 ────────────
# 火山引擎(OpenAI 兼容风格)
volcengine_api_key: str = "fd065993-bee2-4f31-8bf2-56d5d3012c02"
volcengine_base_url: str = "https://ark.cn-beijing.volces.com/api/v3"
# ClaudeAnthropic 风格)
anthropic_api_key: str = "sk-43ccdb29caa7e9ebe0db8ac0958c63f6d3a2d62e59064d3d26d94332055a9bc9"
anthropic_base_url: str = "https://code.warpdevloper.cloud"
# ──────────── 岗位清洗参数 ────────────
clean_batch_size: int = 100
clean_concurrency: int = 80