Skip to content

Commit

Permalink
remove hard branding
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinkr0411 committed Aug 28, 2024
1 parent bb8cced commit 08cb958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,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 08cb958

Please sign in to comment.