Merge pull request #882 from open-webui/custom-name

Update config.py
This commit is contained in:
Timothy Jaeryang Baek 2024-02-23 20:25:05 -05:00 committed by GitHub
commit 1f6b348851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ except ImportError:
print("dotenv not installed, skipping...")
WEBUI_NAME = "Open WebUI"
shutil.copyfile("../build/favicon.png", "./static/favicon.png")
####################################
# ENV (dev,test,prod)