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.
This commit is contained in:
Harald Hoyer 2026-05-23 21:31:44 +02:00
parent 169828ca08
commit acc1254d27

View file

@ -24,6 +24,7 @@ let
name = "Halo";
options.baseURL = "http://halo:8000/v1";
models.coder.name = "coder";
models.fast.name = "fast";
};
};