mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(vertex_httpx.py): allow passing extra headers
Closes https://github.com/BerriAI/litellm/pull/4327
This commit is contained in:
parent
3a510582c2
commit
dfd5882c31
3 changed files with 5 additions and 0 deletions
|
@ -1931,6 +1931,7 @@ def completion(
|
|||
custom_llm_provider=custom_llm_provider,
|
||||
client=client,
|
||||
api_base=api_base,
|
||||
extra_headers=extra_headers,
|
||||
)
|
||||
|
||||
elif custom_llm_provider == "vertex_ai":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue