From d2b943f3915b7b9a6726cd19acd1220bc467aa68 Mon Sep 17 00:00:00 2001 From: Fang Gong Date: Wed, 20 Aug 2025 00:20:38 -0700 Subject: [PATCH] fix application inference profile for pass-through endpoints for bedrock --- .../proxy/pass_through_endpoints/llm_passthrough_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py index 0c60b87f69f..82c5b3e343d 100644 --- a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py @@ -25,7 +25,7 @@ from litellm.proxy.common_utils.http_parsing_utils import ( get_form_data, get_request_body, ) -from litellm.proxy.pass_through_endpoints.common_utils import get_litellm_virtual_key, encode_bedrock_runtime_modelid_arn +from litellm.proxy.pass_through_endpoints.common_utils import get_litellm_virtual_key from litellm.proxy.pass_through_endpoints.pass_through_endpoints import ( create_pass_through_route, )