optimize: log style
This commit is contained in:
parent
e762c80ac4
commit
13c6037bdb
@ -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 = ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user