From 7fdc400e603b578101b081a0a25faad6aff519f7 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 23:09:32 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 46d3eb2..22ca0ee 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -49,7 +49,8 @@ "npm": "@ai-sdk/openai", "options": { "baseURL": "http://10.0.1.1:8317/v1", - "apiKey": "{env:CPA_API_KEY}" + "apiKey": "{env:CPA_API_KEY}", + "setCacheKey": true }, "models": { "gpt-5.2": {