diff --git a/systems/rhapsody-in-green/open_webui.nix b/systems/rhapsody-in-green/open_webui.nix index e1d4065..ef6eb9f 100644 --- a/systems/rhapsody-in-green/open_webui.nix +++ b/systems/rhapsody-in-green/open_webui.nix @@ -6,7 +6,7 @@ ANONYMIZED_TELEMETRY = "False"; DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True"; - OLLAMA_API_BASE_URL = "http://127.0.0.1:11434"; + OLLAMA_API_BASE_URL = "https://ollama.com"; WEBUI_AUTH = "False"; }; };