diff --git a/litellm/llms/sagemaker/chat/transformation.py b/litellm/llms/sagemaker/chat/transformation.py index fa68f971af..f5df6e279d 100644 --- a/litellm/llms/sagemaker/chat/transformation.py +++ b/litellm/llms/sagemaker/chat/transformation.py @@ -13,7 +13,7 @@ from httpx._models import Headers from litellm.llms.base_llm.transformation import BaseLLMException -from ...OpenAI.chat.gpt_transformation import OpenAIGPTConfig +from ...openai.chat.gpt_transformation import OpenAIGPTConfig from ..common_utils import SagemakerError