-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Description
Sometimes, ChatGPTs messages are split into multiple very short messages that are then send individually. As if it wouldnt split by pure message length, but by indicators like newline or similar triggers.
This hits rate limits and also does not play well with the Dismiss button.
We have to investigate the code and the splitting logic to find the source of the issue.