Make ollama context length higher

This commit is contained in:
Username404-59 2026-07-03 02:51:11 +02:00
parent 03ec06f3ab
commit 4f59d94881
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -8,6 +8,10 @@
loadModels = [ loadModels = [
"qwen3.5:9b" "qwen3.5:9b"
]; ];
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "32768";
};
}; };
services.open-webui = { services.open-webui = {