This commit is contained in:
2025-07-31 14:42:38 +03:00
parent de90e5d767
commit 72eea2ce77
+1 -1
View File
@@ -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
};