feat: lab: +models

This commit is contained in:
2026-05-04 10:19:38 +00:00
parent da999fc37b
commit e71886c34e

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;
}; };