From 1104c672b24b8f1680fa38aa60580b791a4922e5 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 29 Jan 2025 13:17:02 +0530 Subject: [PATCH] feat: Added deepseek r1 model --- nixos/mirai/services/llama.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/mirai/services/llama.nix b/nixos/mirai/services/llama.nix index 1732d16f..ce9471cb 100644 --- a/nixos/mirai/services/llama.nix +++ b/nixos/mirai/services/llama.nix @@ -12,7 +12,7 @@ services = { ollama = { enable = true; - loadModels = ["RobinBially/nomic-embed-text-8k" "mistral"]; + loadModels = ["RobinBially/nomic-embed-text-8k" "mistral" "hf.co/unsloth/DeepSeek-R1-GGUF:BF16"]; port = 11434; host = "0.0.0.0"; environmentVariables = {