From a778a124bfe4a6a705d8c4472ef6ec7ac7dbc543 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 10 Mar 2026 15:34:21 +0000 Subject: [PATCH] use kimi for triage --- modules/tahani.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tahani.nix b/modules/tahani.nix index 99e650b..4929109 100644 --- a/modules/tahani.nix +++ b/modules/tahani.nix @@ -73,7 +73,7 @@ }; Service = { Type = "oneshot"; - ExecStart = "${opencode}/bin/opencode run --command inbox-triage"; + ExecStart = "${opencode}/bin/opencode run --command inbox-triage --model opencode-go/kimi-k2.5"; Environment = "PATH=${pkgs.himalaya}/bin:${opencode}/bin:${pkgs.coreutils}/bin"; }; };