diff --git a/hosts/architect/llm.nix b/hosts/architect/llm.nix index 03d69a1..dd7f608 100644 --- a/hosts/architect/llm.nix +++ b/hosts/architect/llm.nix @@ -10,7 +10,7 @@ let in { environment = { - systemPackages = [ ollamaPkg ]; + systemPackages = [ ollamaPkg pkgs.aichat ]; variables = { OLLAMA_ORIGINS = "*"; }; @@ -65,7 +65,7 @@ in ]; environment = { - OLLAMA_API_BASE_URL = "https://${backendDomain}/api"; + OLLAMA_BASE_URL = "https://${backendDomain}"; }; extraOptions = [