diff --git a/hosts/architect/llm.nix b/hosts/architect/llm.nix index a1584b3..d42bded 100644 --- a/hosts/architect/llm.nix +++ b/hosts/architect/llm.nix @@ -47,7 +47,9 @@ in allowLan = true; allowWAN = true; extraConfig = '' + proxy_buffering off; proxy_read_timeout 600s; + proxy_set_header Host localhost:11434; ''; }; };