Skip to content

Commit df1bfdb

Browse files
committed
perf: merge with remote
1 parent 40fbb5a commit df1bfdb

18 files changed

Lines changed: 3 additions & 28 deletions

backend/open_webui/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def parse_section(section):
695695
####################################
696696

697697
ENABLE_VERSION_UPDATE_CHECK = (
698-
os.environ.get("ENABLE_VERSION_UPDATE_CHECK", "true").lower() == "true"
698+
os.environ.get("ENABLE_VERSION_UPDATE_CHECK", "false").lower() == "true"
699699
)
700700
OFFLINE_MODE = os.environ.get("OFFLINE_MODE", "false").lower() == "true"
701701

-1.62 KB
Binary file not shown.

backend/open_webui/static/custom.css

Whitespace-only changes.
-3.74 KB
Binary file not shown.
-15.5 KB
Binary file not shown.
-14.7 KB
Binary file not shown.
-10.4 KB
Binary file not shown.

backend/open_webui/static/favicon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

backend/open_webui/static/loader.js

Whitespace-only changes.

backend/open_webui/static/logo.png

-5.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)