You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks again for sharing this project, wanted to ask a question about this error Im getting.
File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-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.
Do I need to make a paid account to use this?
The text was updated successfully, but these errors were encountered:
Unfortunately yes because it's using OpenAI's API.
Do note that you get a $5 free credit which would last for a bit. The way they give out free credits is sketchy though. But I think it's based on phone number.
Hey! Thanks again for sharing this project, wanted to ask a question about this error Im getting.
File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-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.
Do I need to make a paid account to use this?
The text was updated successfully, but these errors were encountered: