mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 19:03:25 +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 (
|
from langchain_community.llms.sagemaker_endpoint import (
|
||||||
|
LLMContentHandler,
|
||||||
SagemakerEndpoint,
|
SagemakerEndpoint,
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = ["SagemakerEndpoint", "LLMContentHandler"]
|
||||||
"SagemakerEndpoint",
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user