forked from phoenix/litellm-mirror
fix get llm provider for imagen
This commit is contained in:
parent
80dd2cfc7f
commit
9fcab392a4
1 changed files with 1 additions and 0 deletions
|
@ -4930,6 +4930,7 @@ def get_llm_provider(
|
|||
or model in litellm.vertex_language_models
|
||||
or model in litellm.vertex_embedding_models
|
||||
or model in litellm.vertex_vision_models
|
||||
or model in litellm.vertex_ai_image_models
|
||||
):
|
||||
custom_llm_provider = "vertex_ai"
|
||||
## ai21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue