We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aeb1ca commit 0130b49Copy full SHA for 0130b49
1 file changed
backend/open_webui/env.py
@@ -1052,6 +1052,12 @@ def _parse_ssl_env(value: str) -> 'bool | _ssl.SSLContext':
1052
os.environ['HF_HUB_OFFLINE'] = '1'
1053
ENABLE_VERSION_UPDATE_CHECK = False
1054
1055
+####################################
1056
+# Pyodide file persistence
1057
1058
+
1059
+ENABLE_PYODIDE_FILE_PERSISTENCE = os.getenv('ENABLE_PYODIDE_FILE_PERSISTENCE', 'false').lower() == 'true'
1060
1061
####################################
1062
# Audit logging
1063
0 commit comments