update context length

This commit is contained in:
♥ Minnie ♥ 2025-09-27 21:29:15 +08:00
parent 969075a5de
commit f8e8c02a69
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -25,6 +25,11 @@
# Location to store models
models = "/srv/ollama/models";
# Increase context window for aider
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "8192";
};
};
# Enable the Open-WebUI server