修改模型

This commit is contained in:
zk
2026-08-05 17:30:35 +08:00
parent c5440eefa9
commit bdbbf32b8f
6 changed files with 22 additions and 4 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"
# Claude 备用中转(Anthropic 风格)
anthropic_alt_api_key: str = "sk-ac5544257dcf843de887fa153c4f4a11fa5007cbae4b8f4eec895a354c89ff7b"
anthropic_alt_base_url: str = "http://98.142.250.143:8080"
# OpenAIOpenAI 兼容风格)
openai_api_key: str = "sk-12663c3a1ae5db0bc9aee78ffa64e7a0b95bcf7a15541040dd2bce573130f5c8"
openai_base_url: str = "https://re.94xy.cn/v1"