From c56b2e8b3e4747626e177da0176b8ec13025e493 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 27 Jan 2026 06:11:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=9A=84=20Packy=20OpenAI=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除已注释的 Packy OpenAI 配置及相关模型设置 --- opencode.jsonc | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 22ca0ee..9a2d32f 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -67,28 +67,5 @@ } } } - // "packy-openai": { - // "name": "Packy OpenAI", - // "npm": "@ai-sdk/openai", - // "options": { - // "baseURL": "https://www.packyapi.com/v1", - // "apiKey": "{env:PACKY_API_KEY}", - // "setCacheKey": true - // }, - // "models": { - // "gpt-5.2": { - // "name": "GPT-5.2", - // "options": { - // "reasoningEffort": "xhigh" - // } - // }, - // "gpt-5.2-codex": { - // "name": "GPT-5.2-Codex", - // "options": { - // "reasoningEffort": "xhigh" - // } - // } - // } - // } } }