fix homebox

This commit is contained in:
2026-01-11 21:44:12 -06:00
parent f07c4ae0d3
commit 10cf6bba46
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,10 @@
};
in pkgs-us.ollama-cuda;
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "24000";
};
host = "0.0.0.0";
loadModels = [ "llama3.1:8b" ];