Skip to content

Commit

Permalink
remove Open WebUI appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
OrellBuehler committed Nov 28, 2024
1 parent 235e5de commit 1e24937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/open_webui/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@


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_URL = os.environ.get("WEBUI_URL", "http://localhost:3000")

Expand Down

0 comments on commit 1e24937

Please sign in to comment.