From d4018bdc8efe03b432b590772ea599886c5108d8 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Tue, 15 Jul 2025 09:06:19 -0400 Subject: [PATCH] configure `opencode.json` models properly --- opencode.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opencode.json b/opencode.json index 92d7c76..a0b7019 100644 --- a/opencode.json +++ b/opencode.json @@ -1,13 +1,13 @@ { "$schema": "https://opencode.ai/config.json", - "theme": "opencode", - "model": "google/gemini-2.5-flash-preview-05-20", + "theme": "tokyonight", + "model": "openrouter/google/gemini-2.5-flash-preview-05-20", "mode": { "build": { - "model": "moonshotai/kimi-k2" + "model": "openrouter/moonshotai/kimi-k2" }, "plan": { - "model": "anthropic/claude-4-sonnet-20250522" + "model": "openrouter/anthropic/claude-4-sonnet-20250522" } }, "share": "disabled",