-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback issue #143
Comments
I've had the same issue
…On Sat, Sep 21, 2024, 7:37 AM doulatdutta ***@***.***> wrote:
Whent i try to input as HI, it is showing
Traceback (most recent call last):
File
"C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py",
line 1656, in _retry_request
return await self._request(
^^^^^^^^^^^^^^^^^^^^
File
"C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py",
line 1624, 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'}}
—
Reply to this email directly, view it on GitHub
<#143>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKRPGIOQ56HDN6D5SXFWPRTZXVK65AVCNFSM6AAAAABOTQNMBWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DAMRQGEYDENA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
same |
Did you click the link in the error? 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whent i try to input as HI, it is showing
Traceback (most recent call last):
File "C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py", line 1656, in _retry_request
return await self._request(
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py", line 1624, 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'}}
The text was updated successfully, but these errors were encountered: