fix application inference profile for pass-through endpoints for bedrock

This commit is contained in:
Fang Gong 2025-08-20 00:20:38 -07:00
parent fe51647e3c
commit d2b943f391

View file

@ -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,
)