fix(openwebui): update OLLAMA_API_BASE_URL configuration

Update the OLLAMA_API_BASE_URL to ensure proper resolution with the full domain name `m4.fritz.box`. This change ensures that the API endpoint is correctly accessible within the network.
This commit is contained in:
Harald Hoyer 2024-12-06 09:12:27 +01:00
parent d188778574
commit c65f89edf8

View file

@ -9,7 +9,7 @@
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";
OLLAMA_API_BASE_URL = "http://m4:11434";
OLLAMA_API_BASE_URL = "http://m4.fritz.box:11434";
# Disable authentication
WEBUI_AUTH = "False";
};