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

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)