Error about the OpenAI API

I’m currently testing a project and I encounter this error :

openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
Traceback (most recent call last)
I need your help for resolve that

Welcome to the Community!

This error indicates that you currently don’t have any available funds on your developer account. You need to add a minimum balance of $5 to your account in order to start using the API. You can do that under Settings > Organization > Billing.

Alternatively, you might have hit the limit set for your organization or the specific project.

Let us know if you’ve got any further questions.

1 Like

Thanks you.
I put 5dollars on my openai account but I still have this problem. Is there anything I need to activate?

1 Like

Did you try minting a new API key?

What is your code trying to do? There are rate limits for models based on your billing tier.

2 Likes

The purpose of my code is to use the gpt3-5 turbo model

Okay, I just thought if you were trying embedding or something you might be running into an actual rate limit.

If you’ve indeed added $5 credit to your account, your billing info is all correct, etc., you’ll need to reach out to help.openai.com

Good luck!