From de45a27860bc0ffb9483ec194f189c1a4bbc1cc9 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 23 Mar 2026 23:17:14 -0400 Subject: [PATCH] extend context --- systems/palatine-hill/ollama.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/ollama.nix b/systems/palatine-hill/ollama.nix index 66207b8..d9bc296 100644 --- a/systems/palatine-hill/ollama.nix +++ b/systems/palatine-hill/ollama.nix @@ -42,7 +42,7 @@ in #ROCR_VISIBLE_DEVICES = "0"; # context length for agents - OLLAMA_CONTEXT_LENGTH = "64000"; + OLLAMA_CONTEXT_LENGTH = "128000"; }; 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