From 1df5d73e3c04fb67c17d0af220c43766fb986cf6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 10 Dec 2024 20:26:16 -0800 Subject: [PATCH] fix import --- litellm/llms/sagemaker/chat/transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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