feat: Added deepseek r1 model

This commit is contained in:
uttarayan21
2025-01-29 13:17:02 +05:30
parent 22fafbd513
commit 1104c672b2

View File

@@ -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 = {