feat: lab: configure olama models

This commit is contained in:
2026-05-04 05:41:25 +00:00
parent 3c579f5a2f
commit a04e8f0849
+1
View File
@@ -138,6 +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" ];
openFirewall = false; openFirewall = false;
}; };