Skip to content

ERROR: 429 Too Many Requests #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ybbiubiubiu opened this issue Nov 2, 2023 · 1 comment
Open

ERROR: 429 Too Many Requests #18

ybbiubiubiu opened this issue Nov 2, 2023 · 1 comment

Comments

@ybbiubiubiu
Copy link

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

@yohasebe
Copy link
Owner

yohasebe commented Nov 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants