yoheinakajima / babyagi

MIT License
19.99k stars 2.62k forks source link

Rate Limit Error #32

Open shubham184 opened 1 year ago

shubham184 commented 1 year ago

Getting error: openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details at return openai.Embedding.create(input=[text], model="text-embedding-ada-002")["data"][0]["embedding"]

image

honeykjoule commented 1 year ago

you maxxed out the $120 quota? or too many requests too quickly?

DrewMcArthur commented 1 year ago

you sure that the api key you're using is the one you're looking at on the open ai billing page? i don't think this is something that can be fixed in the code here.

gulatisukaran commented 1 year ago

yeah, this issue is probably related to your account.

siddiqss commented 1 year ago

Are you on free trial? I had similar issue and my free trial was expired. Added my card and created a new API key. This resolved my issue

lupuleasa-core commented 1 year ago

auto-gpt project has a similar problem https://github.com/Torantulino/Auto-GPT/issues/79

it is likely free accounts dont work anymore (disabled from openai end)

Korben00 commented 1 year ago

I suggested a correction here.