enabled ollama on horizon
This commit is contained in:
parent
c8f163ed0c
commit
3f3ae74fac
1 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
|
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
loadModels = [
|
||||||
|
"llama3.1:8b"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue