Skip to content

Commit

Permalink
Update api/apps/conversation_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHuSh authored Sep 3, 2024
1 parent c6de9fb commit b551707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apps/conversation_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def list_convsersation():

@manager.route('/completion', methods=['POST'])
@login_required
# @validate_request("conversation_id", "messages")
@validate_request("conversation_id", "messages")
def completion():
req = request.json
# req = {"conversation_id": "9aaaca4c11d311efa461fa163e197198", "messages": [
Expand Down

0 comments on commit b551707

Please sign in to comment.