Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c5eac5a1
"src/vscode:/vscode.git/clone" did not exist on "23489105fc05acc187eaf04bc22a8ef320ea6c6f"
Commit
c5eac5a1
authored
Apr 26, 2024
by
Timothy J. Baek
Browse files
fix: webui name
parent
e399b386
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
backend/config.py
backend/config.py
+3
-3
No files found.
backend/config.py
View file @
c5eac5a1
...
...
@@ -71,6 +71,9 @@ except ImportError:
log
.
warning
(
"dotenv not installed, skipping..."
)
WEBUI_NAME
=
os
.
environ
.
get
(
"WEBUI_NAME"
,
"Open WebUI"
)
if
WEBUI_NAME
!=
"Open WebUI"
:
WEBUI_NAME
+=
" (Open WebUI)"
WEBUI_FAVICON_URL
=
"https://openwebui.com/favicon.png"
####################################
...
...
@@ -195,9 +198,6 @@ if CUSTOM_NAME:
except
Exception
as
e
:
log
.
exception
(
e
)
pass
else
:
if
WEBUI_NAME
!=
"Open WebUI"
:
WEBUI_NAME
+=
" (Open WebUI)"
####################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment