From 6d2e765deca009df916aad1b49a1308d83a52398 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 21:01:26 +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=E4=BB=A5=E6=8F=90=E5=8D=87API?= =?UTF-8?q?=E5=93=8D=E5=BA=94=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 - 启用缓存键设置以提升API响应缓存效率。 --- opencode.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 19a8f5f..2ce3319 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -65,7 +65,8 @@ "npm": "@ai-sdk/openai", "options": { "baseURL": "https://www.packyapi.com/v1", - "apiKey": "{env:PACKY_API_KEY}" + "apiKey": "{env:PACKY_API_KEY}", + "setCacheKey": true }, "models": { "gpt-5.2": {