feat: add caddy and lmstudio services to shiro configuration
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
uttarayan21
2025-08-20 16:02:20 +05:30
parent fcf6e2221f
commit 47bdbc8bf2
8 changed files with 67 additions and 3 deletions

View File

@@ -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";