mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Make ollama context length higher
This commit is contained in:
parent
03ec06f3ab
commit
4f59d94881
@ -8,6 +8,10 @@
|
|||||||
loadModels = [
|
loadModels = [
|
||||||
"qwen3.5:9b"
|
"qwen3.5:9b"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environmentVariables = {
|
||||||
|
OLLAMA_CONTEXT_LENGTH = "32768";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.open-webui = {
|
services.open-webui = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user