We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491f57a commit e1c607eCopy full SHA for e1c607e
litellm/proxy/pass_through_endpoints/pass_through_endpoints.py
@@ -521,6 +521,7 @@ def _init_kwargs_for_pass_through_endpoint(
521
"url": str(request.url),
522
"method": request.method,
523
"body": copy.copy(_parsed_body), # use copy instead of deepcopy
524
+ "headers": request.headers,
525
},
526
527
"call_type": "pass_through_endpoint",
0 commit comments