From 69697c822c0573b4c91b01b9d82e6e1a16cb0043 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 2 Apr 2026 11:12:09 +0000 Subject: [PATCH] model --- modules/ai-tools.nix | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index 419644c..131bc00 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -25,8 +25,8 @@ in { enable = true; package = inputs'.llm-agents.packages.opencode; settings = { - model = "anthropic/claude-opus-4-6"; - small_model = "anthropic/claude-haiku-4-5"; + model = "openai/gpt-5.4"; + small_model = "openai/gpt-5.1-mini"; theme = "rosepine"; plugin = [ "opencode-claude-auth" @@ -117,14 +117,17 @@ in { websearch = "allow"; codesearch = "allow"; }; - agent = { - plan = { - model = "anthropic/claude-opus-4-6"; - }; - explore = { - model = "anthropic/claude-haiku-4-5"; - }; + agent = { + build = { + disable = true; }; + plan = { + disable = true; + }; + explore = { + model = "openai/gpt-5.1-mini"; + }; + }; instructions = [ "CLAUDE.md" "AGENT.md"