deiucanta / chatpad

Not just another ChatGPT user-interface!
https://chatpad.ai
GNU Affero General Public License v3.0
1.36k stars 253 forks source link

Show error and allow retries for requests that fail with 429 #62

Open ItzDerock opened 1 year ago

ItzDerock commented 1 year ago

Currently, when a request fails with 429, nothing is shown to the user and it just looks like the AI is infinitely typing. This was very confusing for me the first time I encountered the error.

image

I also suggest adding some sort of ability to retry failed requests.