Merge branch 'main' into litellm_streaming_format_fix

This commit is contained in:
Krish Dholakia 2024-02-27 20:16:09 -08:00 committed by GitHub
commit d34cd7ec9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 227 additions and 3 deletions

View file

@ -4357,6 +4357,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