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

insufficient_quota #131

Closed
silvacarl2 opened this issue May 3, 2024 · 8 comments
Closed

insufficient_quota #131

silvacarl2 opened this issue May 3, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@silvacarl2
Copy link

Describe the bug
keep getting insufficient_quota when testing with google colab.

To Reproduce
run the colab example

Expected behavior
it is probably rate limiting because it is trying to call openai too fast.

Screenshots
run the colab example

Additional context
I think if there is a parameter to adjust the rate it is accessing openai API as a parameter to this call smart_scraper_graph.run(), it should work fine.

anotehr approach would be to support some open hosted LLMs, like together.ai llama-3-70b, and it may not have this issue.

@PeriniM
Copy link
Collaborator

PeriniM commented May 3, 2024

Thanks for the feedback! We will add it, also it is possible to integrate a retry mechanism using tenacity

@silvacarl2
Copy link
Author

ok cool, i will check that out.

also, i need to see ow to get this to work with open LLMs.

@VinciGit00
Copy link
Owner

Let us know man

@PeriniM PeriniM added the bug Something isn't working label May 5, 2024
@VinciGit00
Copy link
Owner

Do u have any news?

@silvacarl2
Copy link
Author

have not had a chance to focus on this yet but will do.

@VinciGit00
Copy link
Owner

please try the new version

@silvacarl2
Copy link
Author

still get this error from OpenAI: RateLimitError

@VinciGit00
Copy link
Owner

This is because the website you want to scrape is too big, you have to increase your biking plan on OpenAI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants