optimize: log style

This commit is contained in:
Wenjie Zhang 2024-09-13 15:24:36 +08:00
parent e762c80ac4
commit 13c6037bdb

View File

@ -37,7 +37,7 @@ def chat():
messages = history_manager.get_history_with_msg(new_query, max_rounds=meta.get('history_round'))
history_manager.add_user(query)
logger.debug(f"Web history: {history_manager}")
logger.debug(f"Web history: {history_manager.messages}")
def generate_response():
content = ""