Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 21, 2023
1 parent 0e8ea8c commit 4029437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/EdgeGPT/EdgeGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ async def ask(
]
- response["item"]["throttling"]["numUserMessagesInConversation"],
"adaptive_text": message["adaptiveCards"][0]["body"][0].get("text"),
"total_messages": response["item"]["throttling"][
"maxNumUserMessagesInConversation"
],
}
return {}

Expand Down

0 comments on commit 4029437

Please sign in to comment.