Vertex / Google Gemini error in proxy mode: "unexpected keyword argument 'max_retries', 'type': null, 'param': null, 'code': 429." #2134
-
I'm encountering an error while attempting to use Litellm in proxy mode with Gemini (Vertex) from Google as the backend provider for the LLM-API. The specific error message I receive is: "unexpected keyword argument 'max_retries', 'type': null, 'param': null, 'code': 429." Below is the query I used:
The response is:
Gemini-related section in config file is:
The log from Litellm reveals the following errors:
What might be causing the errors detailed above, and what steps can I take to resolve them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After updating Litellm to version 1.27.1, everything is functioning smoothly with the same configuration parameters and queries. Thank you! |
Beta Was this translation helpful? Give feedback.
After updating Litellm to version 1.27.1, everything is functioning smoothly with the same configuration parameters and queries.
Thank you!