From a2984461292187c2cf29c53124fc749b3f03d06f Mon Sep 17 00:00:00 2001 From: Jet Date: Wed, 15 Apr 2026 19:20:56 -0700 Subject: [PATCH] feat: use gpt-5.4-mini-fast for opencode background tasks --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 0749112..cfebde7 100644 --- a/home.nix +++ b/home.nix @@ -863,6 +863,7 @@ in "$schema" = "https://opencode.ai/config.json"; autoupdate = false; model = "openai/gpt-5.4-fast"; + small_model = "openai/gpt-5.4-mini-fast"; provider.openai.models."gpt-5.4-fast".options = { reasoningEffort = "xhigh"; };