feat: Added stuff

This commit is contained in:
uttarayan21
2024-11-25 18:19:15 +05:30
parent 90ecf809ff
commit 3d4a8244f1
4 changed files with 29 additions and 17 deletions

View File

@@ -57,7 +57,6 @@ in {
sd
go
pandoc
aichat
nodejs
deploy-rs
vcpkg-tool
@@ -358,15 +357,15 @@ in {
{
type = "openai-compatible";
name = "llama";
api_base = "https://llama.darksailor.dev/v1";
api_base = "https://llama.darksailor.dev/api/v1";
models = [
{
name = "minstral";
name = "chat";
}
];
}
];
model = "llama:minstral";
model = "llama:chat";
};
};
};