Skip to content

Commit 0130b49

Browse files
committed
refac
1 parent 5aeb1ca commit 0130b49

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

backend/open_webui/env.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,12 @@ def _parse_ssl_env(value: str) -> 'bool | _ssl.SSLContext':
10521052
os.environ['HF_HUB_OFFLINE'] = '1'
10531053
ENABLE_VERSION_UPDATE_CHECK = False
10541054

1055+
####################################
1056+
# Pyodide file persistence
1057+
####################################
1058+
1059+
ENABLE_PYODIDE_FILE_PERSISTENCE = os.getenv('ENABLE_PYODIDE_FILE_PERSISTENCE', 'false').lower() == 'true'
1060+
10551061
####################################
10561062
# Audit logging
10571063
####################################

0 commit comments

Comments
 (0)