diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 986632e..6aa79e8 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -15,7 +15,7 @@ }, "oracle": { // Consultation, debugging - "model": "cpa-openai/gpt-5.2" + "model": "packy-openai/gpt-5.2" }, "librarian": { // Docs, GitHub search @@ -35,7 +35,7 @@ "model": "cpa-google/gemini-3-pro-high" }, "ultrabrain": { - "model": "cpa-openai/gpt-5.2-codex" + "model": "packy-openai/gpt-5.2-codex" }, "artistry": { "model": "cpa-google/gemini-3-pro-high" diff --git a/opencode.jsonc b/opencode.jsonc index 2ce3319..72b182d 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -44,22 +44,6 @@ } } }, - "cpa-openai": { - "name": "CPA OpenAI", - "npm": "@ai-sdk/openai", - "options": { - "baseURL": "http://10.0.1.1:8317/v1", - "apiKey": "{env:CPA_API_KEY}" - }, - "models": { - "gpt-5.2": { - "name": "GPT-5.2" - }, - "gpt-5.2-codex": { - "name": "GPT-5.2-Codex" - } - } - }, "packy-openai": { "name": "Packy OpenAI", "npm": "@ai-sdk/openai",