I am using OpenAI API in my project but i am getting
“openai.RateLimitError: Error code: 429” This error
I have also tried using another API, Also from different accounts, with my friend account too!
none of them working, I am getting the same error again and again, Kindly help with this!
File “G:AIProjectsNew folder333envLibsite-packagesopenai_base_client.py”, line 1005, in _request return self._retry_request(
^^^^^^^^^^^^^^^^^^^^
File “G:AIProjectsNew folder333envLibsite-packagesopenai_base_client.py”, line 1053, in _retry_request
return self._request(
^^^^^^^^^^^^^^
File “G:AIProjectsNew folder333envLibsite-packagesopenai_base_client.py”, line 1020, in _request raise self._make_status_error_from_response(err.response) from None
openai.RateLimitError: Error code: 429 – {‘error’: {‘message’: ‘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.’, ‘type’: ‘insufficient_quota’, ‘param’: None, ‘code’: ‘insufficient_quota’}}
I am using OpenAI API in my project but i am getting
“openai.RateLimitError: Error code: 429” This error
I have also tried using another API, Also from different accounts, with my friend account too!
none of them working, I am getting the same error again and again, Kindly help with this!
Shivang Vyas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.