feat 修复chatroboot

fix
This commit is contained in:
zhouchengrong
2024-12-02 23:38:06 +08:00
parent bf8b3b417b
commit 7ff1603583
5 changed files with 87 additions and 26 deletions

View File

@@ -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,