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

litellm.RateLimitError: #1715

Closed
efe13dev opened this issue Sep 25, 2024 · 3 comments
Closed

litellm.RateLimitError: #1715

efe13dev opened this issue Sep 25, 2024 · 3 comments
Labels
question Further information is requested

Comments

@efe13dev
Copy link

efe13dev commented Sep 25, 2024

Issue

hi,
I am trying to use it on a file with a few lines, yesterday it worked very well but since last night it takes forever to respond to any request and most of the time it returns this error:

Captura de pantalla 2024-09-25 090628

Version and model info

Aider v0.57.1
Model: gemini/gemini-1.5-pro-latest with diff-fenced edit format
Git repo: .git with 2 files
Repo-map: using 1024 tokens, auto refresh
Use /help for help, run "aider --help" to see cmd line args

@fry69 fry69 added the question Further information is requested label Sep 25, 2024
@fry69
Copy link
Collaborator

fry69 commented Sep 25, 2024

Thank you for filing this issue.

This is an error directly from Google Vertex API, aider has no influence over rate limits. Check your account/quotas and/or contact Google.

@fry69 fry69 closed this as completed Sep 25, 2024
@efe13dev
Copy link
Author

efe13dev commented Sep 25, 2024

thanks for answering,
I generated a new Gemini api key and also tried to use Claude's and I have the same problem, when I started using this tool it worked quickly and well but now it takes several minutes to generate any response and returns errors many times

@fry69
Copy link
Collaborator

fry69 commented Sep 25, 2024

You can start aider with --verbose to see what is going or log the LLM messages to a file with --llm-history-file <filename> if you want to investigate further.

But remember that these messages come from the API endpoints, where aider has no control over.

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

No branches or pull requests

2 participants