Increase Ollama context for agents
This commit is contained in:
parent
3adcfa3044
commit
73ba12308a
2 changed files with 2 additions and 2 deletions
|
|
@ -389,7 +389,7 @@ in {
|
|||
host = "[::]";
|
||||
environmentVariables = {
|
||||
# Agent CLIs send large prompts with tool schemas; 8k truncates tool-use instructions.
|
||||
OLLAMA_CONTEXT_LENGTH = "32768";
|
||||
OLLAMA_CONTEXT_LENGTH = "64000";
|
||||
};
|
||||
loadModels = [
|
||||
"gemma4:e4b"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue