Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Nov 7, 2023
1 parent f4e38bf commit 46e2133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A2rchi/interfaces/chat_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def get_chat_response(self):
timestamps['server_response_msg_ts'] = datetime.now()

# store timing info for this message
self.insert_timing(message_ids[-1], timestamps)
self.chat.insert_timing(message_ids[-1], timestamps)

# otherwise return A2rchi's response to client
return jsonify({
Expand Down

0 comments on commit 46e2133

Please sign in to comment.