From 2973862f44f261a4b39309114b661f840f8f3cce Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 28 Aug 2025 19:48:28 -0700 Subject: [PATCH] Changes to AI config --- config/ai.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/ai.nix b/config/ai.nix index feea890..634dc03 100644 --- a/config/ai.nix +++ b/config/ai.nix @@ -36,7 +36,12 @@ services.ollama = { enable = true; + host = "0.0.0.0"; + openFirewall = true; acceleration = "cuda"; + environmentVariables = { + OLLAMA_CONTEXT_LENGTH = "8192"; + }; }; # NGINX Reverse Proxy Setup