Find answers from the community

Updated 8 months ago

Quota

Hi all , i'm exploring the llama index with open ai, to generate VectoreStoreIndex, but encountered an error....
Plain Text
openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}

Do i need a paid open api account for testing the poc for my project as well ?
L
S
2 comments
I think openai requires you to buy credits up front now
Hi, you indeed need to credit your account in order to use the openai inference API, even for gpt-3.5.
If you do not want to pay while you discover llama-index, you can try using an open source LLM locally instead.
Add a reply
Sign up and join the conversation on Discord