add more models

This commit is contained in:
Christoph Cullmann 2025-04-26 21:30:51 +02:00
parent 30f71af6da
commit 313b00fbfb
No known key found for this signature in database

View file

@ -636,7 +636,7 @@ in
enable = true;
# preload models, see https://ollama.com/library
loadModels = [ "gemma3" "llama3.2" ];
loadModels = [ "deepseek-r1" "gemma3" "llama3.2" "llava" ];
};
services.open-webui.enable = true;