refac: disable ENABLE_REALTIME_CHAT_SAVE by default

This commit is contained in:
Timothy Jaeryang Baek 2025-01-01 20:12:42 -08:00
parent d9fb971196
commit 44716a4cb2

View File

@ -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"
)
####################################