summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/bean/common.nix2
1 files changed, 1 insertions, 1 deletions
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";
};
};