From 4202551bb96da239a1d10734acfcbcd383f46383 Mon Sep 17 00:00:00 2001 From: Jet Date: Wed, 15 Apr 2026 19:19:22 -0700 Subject: [PATCH] feat: set default model --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index b4178af..0749112 100644 --- a/home.nix +++ b/home.nix @@ -862,6 +862,10 @@ in home.file.".config/opencode/opencode.json".text = builtins.toJSON { "$schema" = "https://opencode.ai/config.json"; autoupdate = false; + model = "openai/gpt-5.4-fast"; + provider.openai.models."gpt-5.4-fast".options = { + reasoningEffort = "xhigh"; + }; share = "disabled"; };