From 138a59e11622f81028d7d770deda9ba8dcdf1d4d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 4 May 2025 18:18:51 +0530 Subject: [PATCH] fix: Rename to the correct models for ollama --- home/programs/aichat.nix | 2 +- nixos/mirai/services/llama.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {