mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
remove unecessay data copy creation. No consumers for this copy
This commit is contained in:
parent
fb39683521
commit
f67ec106dd
1 changed files with 0 additions and 2 deletions
|
|
@ -1027,8 +1027,6 @@ async def bedrock_proxy_route(
|
|||
V2 is handled by the `/bedrock/v2` endpoint.
|
||||
[Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
|
||||
"""
|
||||
create_request_copy(request)
|
||||
|
||||
try:
|
||||
from botocore.auth import SigV4Auth
|
||||
from botocore.awsrequest import AWSRequest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue