From 3c00fd394b7315985f687d02d2ce1ddb02cdf7b3 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 4 Sep 2025 09:53:58 -0500 Subject: Fix previous commit --- hosts/bean/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/bean/common.nix') diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index 88c1806..ef7ec36 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -82,7 +82,7 @@ in services.ollama = { enable = true; environmentVariables = { - OLLAMA_CONTEXT_LENGTH = 8192; + OLLAMA_CONTEXT_LENGTH = "8192"; }; }; -- cgit v1.2.3