Bot should send typing while still generating completion #10

Closed
opened 2023-07-30 12:59:46 +02:00 by Wroclaw · 1 comment
Owner

Currently, the bot sends a typing indicator when it starts to execute the completion request. If the competition request takes too long, visually in Discord it stops typing.
However, I think it should send a typing indicator when it's still generating a completion message.

A possible solution that I had in mind is to use token streaming, and send the typing if 5 seconds have passed.

Currently, the bot sends a typing indicator when it starts to execute the completion request. If the competition request takes too long, visually in Discord it stops typing. However, I think it should send a typing indicator when it's still generating a completion message. A possible solution that I had in mind is to use token streaming, and send the typing if 5 seconds have passed.
Wroclaw added the
bug
enhancement
labels 2023-07-30 12:59:46 +02:00
Author
Owner

another idea: use the Timer to send a typing indicator

another idea: use the Timer to send a typing indicator
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Wroclaw/GPTcord#10
No description provided.