mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(main.py): pass extra_headers to vertex_ai embedding provider
This commit is contained in:
parent
c867740d5e
commit
585c059b69
1 changed files with 1 additions and 0 deletions
|
|
@ -5170,6 +5170,7 @@ def embedding( # noqa: PLR0915
|
|||
aembedding=aembedding,
|
||||
print_verbose=print_verbose,
|
||||
api_key=api_key,
|
||||
extra_headers=headers,
|
||||
api_base=api_base,
|
||||
client=client,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue