Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seeing openai.error.RateLimitError #42

Open
zhangyong870524 opened this issue Sep 7, 2023 · 3 comments
Open

seeing openai.error.RateLimitError #42

zhangyong870524 opened this issue Sep 7, 2023 · 3 comments

Comments

@zhangyong870524
Copy link

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))

@ClementEoche
Copy link

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.

@ronaldl29
Copy link

What plan is needed to get this working?

@ronaldl29
Copy link

@ClementEoche

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants