langchain[patch]: export sagemaker LLMContentHandler (#14906)

Resolves #14904
This commit is contained in:
Bagatur
2023-12-19 10:00:32 -05:00
committed by GitHub
parent 4f4b078bf3
commit 1069a93d18

View File

@@ -1,7 +1,6 @@
from langchain_community.llms.sagemaker_endpoint import (
LLMContentHandler,
SagemakerEndpoint,
)
__all__ = [
"SagemakerEndpoint",
]
__all__ = ["SagemakerEndpoint", "LLMContentHandler"]