add gemma3

This commit is contained in:
Christoph Cullmann 2025-04-26 16:22:35 +02:00
parent bcc6bb1780
commit d0e37fd53b
No known key found for this signature in database

View file

@ -636,6 +636,6 @@ in
enable = true;
# preload models, see https://ollama.com/library
loadModels = [ "llama3.2" ];
loadModels = [ "gemma3" "llama3.2" ];
};
}