mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(vertex_ai.py): correctly parse optional params and pass vertex ai project
This commit is contained in:
parent
4e395bf244
commit
cdb960eb34
5 changed files with 78 additions and 25 deletions
|
@ -2617,6 +2617,7 @@ def embedding(
|
|||
vertex_project=vertex_ai_project,
|
||||
vertex_location=vertex_ai_location,
|
||||
aembedding=aembedding,
|
||||
print_verbose=print_verbose,
|
||||
)
|
||||
elif custom_llm_provider == "oobabooga":
|
||||
response = oobabooga.embedding(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue