mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
langchain[patch]: export sagemaker LLMContentHandler (#14906)
Resolves #14904
This commit is contained in:
parent
4f4b078bf3
commit
1069a93d18
@ -1,7 +1,6 @@
|
||||
from langchain_community.llms.sagemaker_endpoint import (
|
||||
LLMContentHandler,
|
||||
SagemakerEndpoint,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"SagemakerEndpoint",
|
||||
]
|
||||
__all__ = ["SagemakerEndpoint", "LLMContentHandler"]
|
||||
|
Loading…
Reference in New Issue
Block a user