mirror of
https://github.com/open-webui/open-webui
synced 2025-04-06 05:35:55 +00:00
refac: disable ENABLE_REALTIME_CHAT_SAVE by default
This commit is contained in:
parent
d9fb971196
commit
44716a4cb2
@ -313,7 +313,7 @@ RESET_CONFIG_ON_START = (
|
||||
|
||||
|
||||
ENABLE_REALTIME_CHAT_SAVE = (
|
||||
os.environ.get("ENABLE_REALTIME_CHAT_SAVE", "True").lower() == "true"
|
||||
os.environ.get("ENABLE_REALTIME_CHAT_SAVE", "False").lower() == "true"
|
||||
)
|
||||
|
||||
####################################
|
||||
|
Loading…
Reference in New Issue
Block a user