mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-27 03:35:21 +00:00
refac
This commit is contained in:
parent
de97f797ce
commit
def8a0027d
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ if "cuda_error" in locals():
|
||||||
log.exception(cuda_error)
|
log.exception(cuda_error)
|
||||||
del cuda_error
|
del cuda_error
|
||||||
|
|
||||||
|
SRC_LOG_LEVELS = {} # Legacy variable, do not remove
|
||||||
|
|
||||||
WEBUI_NAME = os.environ.get("WEBUI_NAME", "Open WebUI")
|
WEBUI_NAME = os.environ.get("WEBUI_NAME", "Open WebUI")
|
||||||
if WEBUI_NAME != "Open WebUI":
|
if WEBUI_NAME != "Open WebUI":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue