You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openai.error.RateLimitError: Rate limit reached for gpt-4 in organization org-lDdTak03uNZ02kmY5m6ginja on tokens per min. Limit: 10000 / min. Please try again in 6ms. Contact us through our help center at help.openai.com if you continue to have issues.
so wait and retry when we see this...
The text was updated successfully, but these errors were encountered:
Added retry logic with decorator in gpt_client
Although, need to decrease delay to 0.1 second - should be enough for 10k/min rate.
Alternatively, I can add 0.1-second delay before every request - but that would be less elegant
Or set up a timer and counter for requests, reset the counter every second - that feels like an overshoot
openai.error.RateLimitError: Rate limit reached for gpt-4 in organization org-lDdTak03uNZ02kmY5m6ginja on tokens per min. Limit: 10000 / min. Please try again in 6ms. Contact us through our help center at help.openai.com if you continue to have issues.
so wait and retry when we see this...
The text was updated successfully, but these errors were encountered: