diff --git a/home/programs/aichat.nix b/home/programs/aichat.nix index 09d364b0..9f55837c 100644 --- a/home/programs/aichat.nix +++ b/home/programs/aichat.nix @@ -40,7 +40,7 @@ type = "chat"; } { - name = "Qwen/Qwen3-8B"; + name = "qwen3:8b"; type = "chat"; } ]; diff --git a/nixos/mirai/services/llama.nix b/nixos/mirai/services/llama.nix index d35dbb2f..c045e6c8 100644 --- a/nixos/mirai/services/llama.nix +++ b/nixos/mirai/services/llama.nix @@ -20,7 +20,7 @@ services = { ollama = { enable = true; - loadModels = ["deepseek-r1:7b" "deepseek-r1:14b" "RobinBially/nomic-embed-text-8k" "Qwen/Qwen3-8B"]; + loadModels = ["deepseek-r1:7b" "deepseek-r1:14b" "RobinBially/nomic-embed-text-8k" "qwen3:8b"]; port = 11434; host = "0.0.0.0"; environmentVariables = {