llama-cpp
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
home = "/media/nas/ssd/nix-app-data/ollama";
|
||||
};
|
||||
|
||||
services.llama-cpp = {
|
||||
enable = true;
|
||||
port = 10400;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
model = "meetkai/functionary-small-v3.2";
|
||||
};
|
||||
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user