#RateLimitError: exceeded quota for this month.
1 messages · Page 1 of 1 (latest)
Are you suggesting this few lines of code cost more than $100?+
either that or you have no credit balance
these limits are usually per day or minute. I don't see anything per month. Why is my error a montly limit?
I tried yesterday and today, same errors. Do I just wait then? is there anything I can do?
The only monthly restriction I could see it's the monthly budget which is $120. There's no way it costs $120 for something so simple.
Does that mean I should use a different phone number to create a new account?
Okay. let me try that.
Hey thank you guys for your help I really appreciated it. It turns out I kept getting this error because I didn't set the api key as environment variable, and the environment variable was always the course api key even tho it wasnt explicitly declared. By using openai.api_key = "mykey", it didn't override the environment variable.
I also hard code the key. But the langchain package automatically look in the .env file(a file in the course) and set the environment for the notenook. even hard coding the key doesn't override that.