Changes to AI config

This commit is contained in:
Random936 2025-08-28 19:48:28 -07:00
parent ef788ec9d1
commit 2973862f44

View File

@ -36,7 +36,12 @@
services.ollama = { services.ollama = {
enable = true; enable = true;
host = "0.0.0.0";
openFirewall = true;
acceleration = "cuda"; acceleration = "cuda";
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "8192";
};
}; };
# NGINX Reverse Proxy Setup # NGINX Reverse Proxy Setup