we no longer use aider but lets keep this

This commit is contained in:
♥ Minnie ♥ 2025-09-28 12:05:55 +08:00
parent f8e8c02a69
commit 9c07f33ff8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -26,7 +26,7 @@
# Location to store models # Location to store models
models = "/srv/ollama/models"; models = "/srv/ollama/models";
# Increase context window for aider # Increase context window
environmentVariables = { environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "8192"; OLLAMA_CONTEXT_LENGTH = "8192";
}; };