mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
feat: Add headers to VLLM Passthrough requests [Log success Events] (#16532)
This commit is contained in:
parent
491f57a349
commit
e1c607e22a
1 changed files with 1 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ class HttpPassThroughEndpointHelpers(BasePassthroughUtils):
|
|||
"url": str(request.url),
|
||||
"method": request.method,
|
||||
"body": copy.copy(_parsed_body), # use copy instead of deepcopy
|
||||
"headers": request.headers,
|
||||
},
|
||||
},
|
||||
"call_type": "pass_through_endpoint",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue