feat(nixos/fuchsia/services/ollama): increase aider context window
This commit is contained in:
parent
969075a5de
commit
55ffa87402
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@
|
||||||
|
|
||||||
# Location to store models
|
# Location to store models
|
||||||
models = "/srv/ollama/models";
|
models = "/srv/ollama/models";
|
||||||
|
|
||||||
|
# Increase context window for aider
|
||||||
|
environmentVariables = {
|
||||||
|
OLLAMA_CONTEXT_LENGTH = "8192";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the Open-WebUI server
|
# Enable the Open-WebUI server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue