From 1a898230101ee5f45e25d1b33f409dad08fe6a88 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 29 Jan 2026 02:53:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20CPA=20API=20?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=20URL=20=E4=B8=BA=E6=AD=A3=E5=BC=8F=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 CPA 相关 API 的基础 URL 从本地地址更新为正式的远程地址。 --- opencode.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 910af17..bef0944 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -14,7 +14,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": { @@ -33,7 +33,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": { @@ -49,7 +49,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 },