From acc1254d2760f17d6c9983118cdc9236f8048641 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 23 May 2026 21:31:44 +0200 Subject: [PATCH] feat(opencode): add fast model to Halo provider Adds a "fast" model option alongside the existing "coder" model in the Halo provider configuration for opencode. --- modules/home/cli-apps/opencode/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli-apps/opencode/default.nix b/modules/home/cli-apps/opencode/default.nix index fd0ca99..8148622 100644 --- a/modules/home/cli-apps/opencode/default.nix +++ b/modules/home/cli-apps/opencode/default.nix @@ -24,6 +24,7 @@ let name = "Halo"; options.baseURL = "http://halo:8000/v1"; models.coder.name = "coder"; + models.fast.name = "fast"; }; };