mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(pass_through_endpoints.py): use data instead of json for passthrough requests
fixes bedrock latency issue
This commit is contained in:
parent
35c6f6f83f
commit
021dfd9165
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ class HttpPassThroughEndpointHelpers(BasePassthroughUtils):
|
|||
url=url,
|
||||
headers=headers,
|
||||
params=requested_query_params,
|
||||
json=_parsed_body,
|
||||
data=_parsed_body,
|
||||
)
|
||||
return response
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue