From 65206f156043dff7981ccb5a3a9fd2783afebb42 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 23 Jan 2026 13:01:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2Anthropic=E7=BD=91?= =?UTF-8?q?=E5=85=B3=E4=B8=BA=E6=9C=AC=E5=9C=B0=E6=B5=8B=E8=AF=95=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 切换Anthropic网关的baseURL为本地测试地址并注释掉远程地址 --- opencode.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 994083a..68dcd36 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -30,8 +30,8 @@ "name": "Anthropic Gateway", "npm": "@ai-sdk/anthropic", "options": { - "baseURL": "https://cpa.services.sh.cn:8443/v1", - // "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": {