openai-chat-api-workflow icon indicating copy to clipboard operation
openai-chat-api-workflow copied to clipboard

ERROR: 429 Too Many Requests

Open ybbiubiubiu opened this issue 2 years ago • 1 comments

I have configured alfred. When I call gpt xxx, it will report a 429 problem, but I do not call it frequently, which is a bit strange. image

ybbiubiubiu avatar Nov 02 '23 07:11 ybbiubiubiu

Hi,

There could be several reasons for encountering a 429 error:

https://stackoverflow.com/search?q=openai api 429 Too Many Requests

Could you please check if any of these scenarios apply to your case?

The current version of the workflow (2.3.5) does not "retry" when a query fails, so it's unlikely to make too many requests in the first place.

The upcoming version (2.4.0), which I'll be uploading soon, includes several stability improvements. One of these is automatic retries on failure or delay. This version respects a wait time of 1 sec before the next attempt, so there's no need to worry about encountering "too many request" errors.

yohasebe avatar Nov 02 '23 11:11 yohasebe