visual-chatgpt
visual-chatgpt copied to clipboard
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.
I get this error when I try run the code after giving any prompt into Gradio:
File "/usr/local/lib/python3.9/dist-packages/openai/api_resources/abstract/engine_api_resource.py", line 153, in create response, _, api_key = requestor.request( File "/usr/local/lib/python3.9/dist-packages/openai/api_requestor.py", line 226, in request resp, got_stream = self._interpret_response(result, stream) File "/usr/local/lib/python3.9/dist-packages/openai/api_requestor.py", line 619, in _interpret_response self._interpret_response_line( File "/usr/local/lib/python3.9/dist-packages/openai/api_requestor.py", line 682, in _interpret_response_line raise self.handle_error_response( openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.
the same
The quota may have expired. This happened to me. I added my credit card and it didn't work until I generated a new API key after that
Openai is no longer free😭😭😭😭
Openai is no longer free😭😭😭😭
but chatgpt is still free to use for public right ?
I am using it for the first time, though I am getting this error, is this the same case with you all?
Hmmm but i need openai api for my web application
On Mon, 24 Apr 2023 at 14:56, Hemesh R.M. @.***> wrote:
I am using it for the first time, though I am getting this error, is this the same case with you all?
— Reply to this email directly, view it on GitHub https://github.com/microsoft/TaskMatrix/issues/260#issuecomment-1519656681, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2ZAQRMSHQTHADPTIYKX7YDXCY53DANCNFSM6AAAAAAWCQQVOE . You are receiving this because you commented.Message ID: @.***>
@hariharan1412 can I the reference from where you have got the information?
I am using it for the first time, though I am getting this error, is this the same case with you all?
@Hemesh0204 yeah same with me
@Hemesh0204 From openai billiing section My all free credits are expired in 21 april Even I have created new account but this dosent give me free 18$ credit
the same
You exceeded your current quota, please check your plan and billing details... and I have never made any request
You exceeded your current quota, please check your plan and billing details... and I have never made any request
I dont have money to pay becaquse I am 9 years old
I try to use another person API Key, still have this problem, I do not not know how to solve it? or some one tried it before?
@aaroniversion @Zawad9007 Try now it is working for me, I think it got reset after month's end.
@aaroniversion @Zawad9007 Try now it is working for me, I think it got reset after month's end.
Thanks @Zawad9007, can you tell me how to reset?
@aaroniversion I dont know ask @Hemesh0204
Openai is no longer free😭😭😭😭
but chatgpt is still free to use for public right ?
Yes. Chatgpt is still free
Yes, it's free if you use web browser version. But recently when I tried the api first time, I got rate limit 429 errors, I was quite confused. I had never used the api request. I guessed it must have accumulated the requests with the web usage. Even thought there's rate limit error with api , I still can use the web version to request service.