From ca94d7260ff051b37c593041967e54938a0cca2d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 00:58:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20Anthropic=20?= =?UTF-8?q?=E7=BD=91=E5=85=B3=20baseURL=20=E4=B8=BA=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Anthropic 网关的 baseURL 为本地测试地址并移除注释的旧配置 --- opencode.jsonc | 1 - 1 file changed, 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 8543ce4..10d13f6 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -23,7 +23,6 @@ "name": "Anthropic Gateway", "npm": "@ai-sdk/anthropic", "options": { - // "baseURL": "https://cpa.services.sh.cn:8443/v1", "baseURL": "http://10.0.1.1:8317/v1", "apiKey": "{env:CPA_API_KEY}" },