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:
parent
169828ca08
commit
acc1254d27
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ let
|
||||||
name = "Halo";
|
name = "Halo";
|
||||||
options.baseURL = "http://halo:8000/v1";
|
options.baseURL = "http://halo:8000/v1";
|
||||||
models.coder.name = "coder";
|
models.coder.name = "coder";
|
||||||
|
models.fast.name = "fast";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue