feat: add caddy and lmstudio services to shiro configuration
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
This commit is contained in:
@@ -105,8 +105,19 @@
|
||||
}
|
||||
{
|
||||
type = "openai-compatible";
|
||||
name = "LMStudio";
|
||||
api_base = "http://localhost:1234/v1";
|
||||
name = "kuro";
|
||||
api_base = "http://kuro:1234/v1";
|
||||
models = [
|
||||
{
|
||||
name = "openai/gpt-oss-20b";
|
||||
type = "chat";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
type = "openai-compatible";
|
||||
name = "shiro";
|
||||
api_base = "http://shiro:1234/v1";
|
||||
models = [
|
||||
{
|
||||
name = "openai/gpt-oss-20b";
|
||||
|
||||
Reference in New Issue
Block a user