RateLimitError: Error code: 429 - {‘error’: {‘message’: ‘exceeded quota for this month’}}
This is happening on all the notebooks on this course.
RateLimitError: Error code: 429 - {‘error’: {‘message’: ‘exceeded quota for this month’}}
This is happening on all the notebooks on this course.
are you trying to run codes locally?
Please refer the below link to address your issue
https://help.openai.com/en/articles/6891829-error-code-429-rate-limit-reached-for-requests
Each account is allotted number of times to run codes with their openai api keys for a month-cycle and if you have crossed that limit, you get ratelimit error 429
here is another link which mentions even if you add credit to your openai api key, you are suppose to create another api keys for codes to run.
Hope these two explanation helps you.
Regards
DP
Thanks for your reply. I am not running these locally, just on the course page. I have not been able to execute any notebook even once.
even in the course environment, you need to have openai account, api keys for codes to run successfully.