From 3cc108b4f9f16c76f67c947b6eb72f04d9910e0c Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 31 Jul 2025 14:44:07 +0300 Subject: [PATCH] 123 --- modules/server/ai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };