diff --git a/modules/server/ai.nix b/modules/server/ai.nix index 8433ec3..4ae4c30 100755 --- a/modules/server/ai.nix +++ b/modules/server/ai.nix @@ -16,7 +16,7 @@ ANONYMIZED_TELEMETRY = "False"; DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True"; - OPENAI_API_BASE_URL = "http://127.0.0.1:1234/v1"; + #OPENAI_API_BASE_URL = "http://127.0.0.1:1234/v1"; #OLLAMA_API_BASE_URL = "http://127.0.0.1:1234"; #WEBUI_AUTH = "False"; # Disable authentication };