fix(utils.py): map optional params for gemini pro vision

This commit is contained in:
Krrish Dholakia 2024-02-27 14:45:34 -08:00
parent 468cd960ac
commit 9f7b322ae2

View file

@ -4351,6 +4351,7 @@ def get_optional_params(
or model in litellm.vertex_code_text_models
or model in litellm.vertex_language_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")
## check if unsupported param passed in