diff --git a/modules/system/homelab/ai.nix b/modules/system/homelab/ai.nix index cdd6793..a731d14 100644 --- a/modules/system/homelab/ai.nix +++ b/modules/system/homelab/ai.nix @@ -8,7 +8,7 @@ home = "/mnt/data/ollama"; loadModels = [ "gemma3n:e4b" # "gemma3n:e2b" - # "codellama:7b" "starcoder:3b" + "qwen3-coder-next:cloud" # "codellama:7b" "starcoder:3b" ]; }; open-webui = {