enh: ENABLE_REALTIME_CHAT_SAVE

This commit is contained in:
Timothy Jaeryang Baek
2024-12-27 22:36:14 -08:00
parent c8fb11db59
commit d55884b50e
3 changed files with 61 additions and 9 deletions

View File

@@ -311,6 +311,11 @@ RESET_CONFIG_ON_START = (
os.environ.get("RESET_CONFIG_ON_START", "False").lower() == "true"
)
ENABLE_REALTIME_CHAT_SAVE = (
os.environ.get("ENABLE_REALTIME_CHAT_SAVE", "True").lower() == "true"
)
####################################
# REDIS
####################################