feat 修复chatroboot
fix
This commit is contained in:
@@ -100,7 +100,7 @@ def chat(post_data):
|
||||
# session_key=f"buffer:{user_id}:{session_id}",
|
||||
# )
|
||||
|
||||
final_outputs = CallQWen.call_with_messages(input_message)
|
||||
final_outputs = CallQWen.call_with_messages(input_message, gender)
|
||||
# api_response = {
|
||||
# 'user_id': user_id,
|
||||
# 'session_id': session_id,
|
||||
|
||||
Reference in New Issue
Block a user