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

RateLimitError: #145

Open
Ynantao opened this issue Mar 8, 2024 · 4 comments
Open

RateLimitError: #145

Ynantao opened this issue Mar 8, 2024 · 4 comments

Comments

@Ynantao
Copy link

Ynantao commented Mar 8, 2024

openai.error.RateLimitError: Rate limit reached for text-embedding-ada-002 in organization org-W1kYnDA7btlD2UoW1aZEjc8S on requests per min (RPM): Limit 3, Used 3, Requested 1. Please try again in 20s. Visit https://platform.openai.com/account/rate-limits to learn more. You can increase your rate limit by adding a payment method to your account at https://platform.openai.com/account/billing.

@gontxomde
Copy link

Have you tried replacing :text-davinci-00\d (regex) to gpt-3.5-turbo?

In this PR (#143) it is mentioned that the usage of openAI is deprecated

@drudilorenzo
Copy link

drudilorenzo commented Apr 22, 2024

Have you solved the problem? @Ynantao

It's likely due to your status as a "FREE TIER" user. As you invest more in the API, your limits expand accordingly.
See Usage tiers.

@lichen782
Copy link

what is minimal requirement of limit quota, like tier-1 is enough or at least tier-3 is required?

@drudilorenzo
Copy link

what is minimal requirement of limit quota, like tier-1 is enough or at least tier-3 is required?

Tbh, I don't know, I am trying to assess the cost but reading other issues (e.g. #115 ) I saw different opinions :(

If anyone has a clue about the price of running the experiment would be super useful. I am interested in running it using ~20 different agents but even the price for the base setting with 3 agents is more than enough. If someone knows the price using GPT 3.5 or 4 would be great!

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

4 participants