Bot should send typing while still generating completion #10
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Wroclaw/GPTcord#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
another idea: use the Timer to send a typing indicator