From 72eea2ce770d5d52bb6f5d60aa50732a54c7ca26 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 31 Jul 2025 14:42:38 +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 d8422cd..8433ec3 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"; + 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 };