update context length
This commit is contained in:
parent
969075a5de
commit
f8e8c02a69
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue