mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Merge branch 'main' into litellm_streaming_format_fix
This commit is contained in:
commit
d34cd7ec9a
10 changed files with 227 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue