Skip to content

Commit

Permalink
Update components.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uless authored Jan 15, 2025
1 parent 9cd2650 commit f439b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def show_response_count():
return

remaining_rounds = maximum_responses - response_count
response_count_message = f"You have completed {response_count} round(s) of conversation."
response_count_message = f"You have completed {response_count} round(s) of conversation. You can ask up to {remaining_rounds} more round(s) of conversation."

# Need more responses
if response_count < warning_responses:
Expand Down

0 comments on commit f439b27

Please sign in to comment.