Skip to content

Commit e1c607e

Browse files
authored
feat: Add headers to VLLM Passthrough requests [Log success Events] (#16532)
1 parent 491f57a commit e1c607e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litellm/proxy/pass_through_endpoints/pass_through_endpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ def _init_kwargs_for_pass_through_endpoint(
521521
"url": str(request.url),
522522
"method": request.method,
523523
"body": copy.copy(_parsed_body), # use copy instead of deepcopy
524+
"headers": request.headers,
524525
},
525526
},
526527
"call_type": "pass_through_endpoint",

0 commit comments

Comments
 (0)