feat: 更新 Anthropic 网关 baseURL 为本地测试地址

- 更新 Anthropic 网关的 baseURL 为本地测试地址并移除注释的旧配置
This commit is contained in:
2026-01-24 00:58:51 +08:00
parent d7a4fd87ba
commit ca94d7260f

View File

@@ -23,7 +23,6 @@
"name": "Anthropic Gateway", "name": "Anthropic Gateway",
"npm": "@ai-sdk/anthropic", "npm": "@ai-sdk/anthropic",
"options": { "options": {
// "baseURL": "https://cpa.services.sh.cn:8443/v1",
"baseURL": "http://10.0.1.1:8317/v1", "baseURL": "http://10.0.1.1:8317/v1",
"apiKey": "{env:CPA_API_KEY}" "apiKey": "{env:CPA_API_KEY}"
}, },