extend context
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 7m8s

This commit is contained in:
2026-03-23 23:17:14 -04:00
parent 3557b88d7c
commit de45a27860

View File

@@ -42,7 +42,7 @@ in
#ROCR_VISIBLE_DEVICES = "0"; #ROCR_VISIBLE_DEVICES = "0";
# context length for agents # context length for agents
OLLAMA_CONTEXT_LENGTH = "64000"; OLLAMA_CONTEXT_LENGTH = "128000";
}; };
openFirewall = true; openFirewall = true;
host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network