From 21dcb3921b6977baa80b1ee9f070c07626f07ff6 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 20 Jan 2026 15:48:28 +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=20base=20URL=20=E4=B8=BA=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Anthropic 网关的 base URL 为新的安全地址并注释掉旧的本地地址。 --- opencode.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 03c04a3..994083a 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -30,7 +30,8 @@ "name": "Anthropic Gateway", "npm": "@ai-sdk/anthropic", "options": { - "baseURL": "http://10.0.1.1:8317/v1", + "baseURL": "https://cpa.services.sh.cn:8443/v1", + // "baseURL": "http://10.0.1.1:8317/v1", "apiKey": "{env:CPA_API_KEY}" }, "models": {