From d574e9e3010b77398aac094662c438337e893fc2 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 7 Feb 2026 16:13:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=AF=E7=94=A8=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E9=94=AE=E8=AE=BE=E7=BD=AE=E6=8F=90=E5=8D=87=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E7=BC=93=E5=AD=98=E6=95=88=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 启用缓存键设置以提升模型请求的缓存效率。 --- opencode.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 5db0743..f7158c5 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -12,7 +12,8 @@ "npm": "@ai-sdk/anthropic", "options": { "baseURL": "https://cpa.furtherverse.com/v1", - "apiKey": "{env:CPA_API_KEY}" + "apiKey": "{env:CPA_API_KEY}", + "setCacheKey": true }, "models": { "claude-opus-4-6": { @@ -42,7 +43,8 @@ "npm": "@ai-sdk/google", "options": { "baseURL": "https://cpa.furtherverse.com/v1beta", - "apiKey": "{env:CPA_API_KEY}" + "apiKey": "{env:CPA_API_KEY}", + "setCacheKey": true }, "models": { "gemini-3-pro": {