chatgpt-retrieval icon indicating copy to clipboard operation
chatgpt-retrieval copied to clipboard

seeing openai.error.RateLimitError

Open zhangyong870524 opened this issue 2 years ago • 3 comments

I'm using the free trial App Key of open ai but seeing the following error, do I need to upgrade my plan to get it working?

openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

query = None if len(sys.argv) > 1: query = sys.argv[1]

loader = TextLoader('data.txt') print(query) index = VectorstoreIndexCreator().from_loaders([loader]) print(index.query(query))

zhangyong870524 avatar Sep 07 '23 23:09 zhangyong870524

I'm using the free trial App Key of open ai but seeing the following error, do I need to upgrade my plan to get it working?

openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

query = None if len(sys.argv) > 1: query = sys.argv[1]

loader = TextLoader('data.txt') print(query) index = VectorstoreIndexCreator().from_loaders([loader]) print(index.query(query))

@zhangyong870524 You cannot longer use api calls without a proper billing plan, it's a common practice from company that give access to any kind of data treatment.

ClementEoche avatar Sep 15 '23 18:09 ClementEoche

What plan is needed to get this working?

ronaldl29 avatar Sep 15 '23 19:09 ronaldl29

@ClementEoche

ronaldl29 avatar Sep 15 '23 19:09 ronaldl29