From 0f75aa474ae8ddd6fc0a35c579b995ec7061215c Mon Sep 17 00:00:00 2001 From: Satria Date: Tue, 24 Mar 2026 09:59:38 +0700 Subject: [PATCH] add qwen cloud --- modules/system/homelab/ai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {