remove Open WebUI

This commit is contained in:
l.gabrysiak 2025-03-01 13:06:18 +01:00
parent 0c59da86cf
commit 3faf2229bc
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ log.setLevel(SRC_LOG_LEVELS["CONFIG"])
WEBUI_NAME = os.environ.get("WEBUI_NAME", "Open WebUI")
if WEBUI_NAME != "Open WebUI":
WEBUI_NAME += " (Open WebUI)"
#if WEBUI_NAME != "Open WebUI":
# WEBUI_NAME += " (Open WebUI)"
WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png"