mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat(vertex_ai.py): vertex ai gecko text embedding support
This commit is contained in:
parent
6cdb9aede0
commit
d9ba8668f4
6 changed files with 154 additions and 5 deletions
|
@ -4538,6 +4538,7 @@ def get_llm_provider(
|
|||
or model in litellm.vertex_text_models
|
||||
or model in litellm.vertex_code_text_models
|
||||
or model in litellm.vertex_language_models
|
||||
or model in litellm.vertex_embedding_models
|
||||
):
|
||||
custom_llm_provider = "vertex_ai"
|
||||
## ai21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue