Troubleshooting of OpenAI API: Difference between revisions
Jump to navigation
Jump to search
m
→How to fix "RateLimitError: Rate limit reached for default-gpt-3.5-turbo"
| Line 260: | Line 260: | ||
<pre> | <pre> | ||
RateLimitError: Rate limit reached for default-gpt-3.5-turbo in organization org-XXX on requests per min. Limit: 3 / min. Please try again in 20s. Contact [email protected] if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit https://platform.openai.com/account/billing to add a payment method. | RateLimitError: Rate limit reached for default-gpt-3.5-turbo in organization org-XXX on requests per min. Limit: 3 / min. Please try again in 20s. Contact [email protected] if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit https://platform.openai.com/account/billing to add a payment method. | ||
</pre> | |||
Other similar error message: | |||
<pre> | |||
Rate limit reached for default-gpt-4 in organization org-xxx on tokens per min. Limit: 40000 / min. Please try again in 1ms. Contact us through our help center at help.openai.com if you continue to have issues. | |||
</pre> | </pre> | ||