From f2b2302f61e8c591d3d91973491164562c48994a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 12 Mar 2026 19:17:55 +0000 Subject: [PATCH] opencode glm-5 --- modules/tahani.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tahani.nix b/modules/tahani.nix index fbddbef..205da34 100644 --- a/modules/tahani.nix +++ b/modules/tahani.nix @@ -75,7 +75,7 @@ }; Service = { Type = "oneshot"; - ExecStart = "${opencode}/bin/opencode run --command inbox-triage --model opencode-go/kimi-k2.5"; + ExecStart = "${opencode}/bin/opencode run --command inbox-triage --model opencode-go/glm-5"; Environment = "PATH=${pkgs.himalaya}/bin:${opencode}/bin:${pkgs.coreutils}/bin"; }; };