mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): map optional params for gemini pro vision
This commit is contained in:
parent
468cd960ac
commit
9f7b322ae2
1 changed files with 1 additions and 0 deletions
|
@ -4351,6 +4351,7 @@ def get_optional_params(
|
||||||
or model in litellm.vertex_code_text_models
|
or model in litellm.vertex_code_text_models
|
||||||
or model in litellm.vertex_language_models
|
or model in litellm.vertex_language_models
|
||||||
or model in litellm.vertex_embedding_models
|
or model in litellm.vertex_embedding_models
|
||||||
|
or model in litellm.vertex_vision_models
|
||||||
):
|
):
|
||||||
print_verbose(f"(start) INSIDE THE VERTEX AI OPTIONAL PARAM BLOCK")
|
print_verbose(f"(start) INSIDE THE VERTEX AI OPTIONAL PARAM BLOCK")
|
||||||
## check if unsupported param passed in
|
## check if unsupported param passed in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue