As I have been taking the course, Artificial Intelligence Training class, From the first module there has been a video about getting an API key and to use it. As i Have followed the steps which was show in the video, I happen to receive an error while coding.
"
Traceback (most recent call last):
File “/home/runner/AICODE/main.py”, line 23, in
response = openai.ChatCompletion.create(
File “/home/runner/AICODE/venv/lib/python3.10/site-packages/openai/api_resources/chat_completion.py”, line 25, in create
return super().create(*args, **kwargs)
File “/home/runner/AICODE/venv/lib/python3.10/site-packages/openai/api_resources/abstract/engine_api_resource.py”, line 153, in create
response, _, api_key = requestor.request(
File “/home/runner/AICODE/venv/lib/python3.10/site-packages/openai/api_requestor.py”, line 226, in request
resp, got_stream = self._interpret_response(result, stream)
File “/home/runner/AICODE/venv/lib/python3.10/site-packages/openai/api_requestor.py”, line 619, in _interpret_response
self._interpret_response_line(
File “/home/runner/AICODE/venv/lib/python3.10/site-packages/openai/api_requestor.py”, line 679, in _interpret_response_line
raise self.handle_error_response(
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.
exit status 1
"
The above is the output i have received from the code which was typed after opening the chatgpt 3.5 turbo.
As i would not be able to complete mu further class due to this issue, it would be helpful if it could be resolved as early as possible. As I have entered my 3rd year in my college degree, AI and Data Science, I would complete this training program as quickly as possible, so that I would be able to do internship with this team, if possible, for my final year internship(4th year).
Hoping it would be resolved.
Afeef Anversha (Student)
INSTRUCTOR = PRANAV PAI VERNEKAR
ARTIFICIAL INTELLIGENCE TRAINIG