openai-chat-api-workflow
openai-chat-api-workflow copied to clipboard
ERROR: 429 Too Many Requests
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.
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.