more ai models + update flatpaks

This commit is contained in:
Christoph Cullmann 2025-05-25 21:01:34 +02:00
parent b7b563c4cc
commit 2d7abbb276
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

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