ollama
This commit is contained in:
parent
3bd7873d46
commit
d1746fea40
2 changed files with 95 additions and 135 deletions
|
|
@ -64,6 +64,19 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
services = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
openFirewall = true; # 11434
|
||||
host = "0.0.0.0";
|
||||
syncModels = true;
|
||||
loadModels = [
|
||||
"mistral:7b"
|
||||
"phi3.5:3.8b"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# observability
|
||||
services = {
|
||||
grafana = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue