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" - // } - // } - // } - // } } }