Python code exceded "current quota" but i payed for more

i made a python code to basically read out gpt responses with a custom voice, now when i run it it says “openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details” but i payed the 20$ for the hobbyist plan yesterday and it’s still giving me this errror what do i do?

1 Like

Are you using the API? That API functions on credits, not on a flat rate plan pricing like ChatGPT.

1 Like

I thought so? i copy pasted my api key into the code.

You still have rate limits which govern how rapidly you can query the models.

You just need to slow down.

I waited a whole day i upgraded yesterday and i havnt done many requests?

Could it be an issue with my code? because im definetly not asking to many times?

To answer that we would need to see your code.

1 Like

Its saying i cant post links? how do i post my code?

1 Like

Did you use all $20?

429 - You exceeded your current quota, please check your plan and billing details Cause: You have run out of credits or hit your maximum monthly spend.
Solution: Buy more credits or learn how to increase your limits.

On chat gpt i upgraded from free to hobbyist for 20$, thats all i know and chat gpt said it should remove the exceded the quota error but it didnt, even after waiting 24H.

ChatGPT Plus and API are different.

You can check here for API…

https://platform.openai.com/docs/quickstart

shiet, so i bought the wrong thing? do i need to refund and buy somthing on chat gpt API or whatever instead of upgrading chat gpt plan? to remove the exceded current quota thingy?

1 Like

Yes, ChatGPT Plus and API are different.

You can check here for API…

https://platform.openai.com/docs/quickstart

Or reach out to help.openai.com, but I don’t think you can get a refund.

Thanks for responding, that is quite silly mode if i cant get a refund but i shall try.

1 Like