feat(nixos/fuchsia/services/ollama): increase aider context window

This commit is contained in:
♥ Minnie ♥ 2025-09-27 21:16:44 +08:00 committed by jasmine (aider)
parent 969075a5de
commit 55ffa87402
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