feat: lab: +models

This commit is contained in:
2026-05-04 10:19:38 +00:00
parent a04e8f0849
commit 1701a07649
+1 -1
View File
@@ -138,7 +138,7 @@ in {
LD_LIBRARY_PATH = "${ollamaLibraryPath}:/run/opengl-driver/lib:${ollamaServiceBundledLibraryPath}"; LD_LIBRARY_PATH = "${ollamaLibraryPath}:/run/opengl-driver/lib:${ollamaServiceBundledLibraryPath}";
OLLAMA_NEW_ENGINE = "true"; OLLAMA_NEW_ENGINE = "true";
}; };
loadModels = [ "qwen3.6:27b" "qwen3.5:9b" "gemma3:4b" ]; loadModels = [ "qwen3.6:27b" "qwen3.5:9b" "gemma3:4b" "gpt-oss:20b" ];
openFirewall = false; openFirewall = false;
}; };