mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-03-18 13:29:30 +01:00
ollama
This commit is contained in:
parent
d3468aa5e1
commit
4541c54b59
@ -1,5 +1,6 @@
|
|||||||
{ pkgs, ...}:
|
{ pkgs, ...}:
|
||||||
{
|
{
|
||||||
|
# ollama server for local large language models.
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loadModels = [
|
loadModels = [
|
||||||
@ -7,4 +8,10 @@
|
|||||||
"deepseek-r1:32b"
|
"deepseek-r1:32b"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
# User-friendly AI Interface (Supports Ollama, OpenAI API, ...).
|
||||||
|
#
|
||||||
|
# https://docs.openwebui.com/getting-started/quick-start
|
||||||
|
# Admin Creation: The first account created on Open WebUI gains Administrator privileges, controlling user management and system settings.
|
||||||
|
services.open-webui.enable = true;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user