From 0196e78c26af2afb07126702c11fb215411ff6a8 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 02:41:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0CPA=20API=E5=9F=BA?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=B8=BA=E8=BF=9C=E7=A8=8B=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将CPA相关API的基地址从本地IP地址更新为正式的远程域名地址。 --- opencode.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 98d7764..04759f2 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -15,7 +15,7 @@ "name": "CPA Anthropic", "npm": "@ai-sdk/anthropic", "options": { - "baseURL": "http://10.0.1.1:8317/v1", + "baseURL": "https://cpa.furtherverse.com/v1", "apiKey": "{env:CPA_API_KEY}" }, "models": { @@ -43,7 +43,7 @@ "name": "CPA Google", "npm": "@ai-sdk/google", "options": { - "baseURL": "http://10.0.1.1:8317/v1beta", + "baseURL": "https://cpa.furtherverse.com/v1beta", "apiKey": "{env:CPA_API_KEY}" }, "models": { @@ -71,7 +71,7 @@ "name": "CPA OpenAI", "npm": "@ai-sdk/openai", "options": { - "baseURL": "http://10.0.1.1:8317/v1", + "baseURL": "https://cpa.furtherverse.com/v1", "apiKey": "{env:CPA_API_KEY}", "setCacheKey": true },