#RateLimitError: exceeded quota for this month.

1 messages · Page 1 of 1 (latest)

modest niche
fathom orbit
modest niche
#

I have a balance of $9.53 and I can see my limit is $120

#

It looks fine to me

fathom orbit
modest niche
#

I tried yesterday and today, same errors. Do I just wait then? is there anything I can do?

modest niche
#

Does that mean I should use a different phone number to create a new account?

#

Okay. let me try that.

modest niche
#

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.

modest niche
#

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.