Forever getting ratelimterror

Tried some Python code to connect to the API. Generated the key. Ran the program and it gave me the error “openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details”. Tried with different keys and IDEs. Always getting the same error. I have never connected to the API before, so ‘too many requests’ is out of question.

import openai

openai.api_key = “sk-(entered my key here)”

completion = openai.ChatCompletion.create(model=“gpt-3.5-turbo”, messages=[{“role”: “user”,
“content”: “Write an essay about penguins”}])
print(completion.choices[0].message.content)

Bro create a new account with new number. Definitely, it will help you.