ChatAnthropic
This commit is contained in:
@@ -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"
|
||||
|
||||
# Claude(Anthropic 风格)
|
||||
anthropic_api_key: str = "sk-43ccdb29caa7e9ebe0db8ac0958c63f6d3a2d62e59064d3d26d94332055a9bc9"
|
||||
anthropic_base_url: str = "https://code.warpdevloper.cloud"
|
||||
|
||||
# ──────────── 岗位清洗参数 ────────────
|
||||
clean_batch_size: int = 100
|
||||
clean_concurrency: int = 80
|
||||
|
||||
Reference in New Issue
Block a user