Ollama: Difference between revisions
m Category:CLI Applications added |
→Setup: suggest loading models |
||
Line 3: | Line 3: | ||
== Setup == | == Setup == | ||
Add following line to your system configuration<syntaxhighlight lang="nix"> | Add following line to your system configuration<syntaxhighlight lang="nix"> | ||
services.ollama | services.ollama { | ||
enable = true; | |||
# Optional: load models on startup | |||
loadModels = [ ... ]; | |||
}; | |||
</syntaxhighlight> | </syntaxhighlight> | ||