mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 11:00:37 +00:00
langchain[patch]: export sagemaker LLMContentHandler (#14906)
Resolves #14904
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from langchain_community.llms.sagemaker_endpoint import (
|
||||
LLMContentHandler,
|
||||
SagemakerEndpoint,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"SagemakerEndpoint",
|
||||
]
|
||||
__all__ = ["SagemakerEndpoint", "LLMContentHandler"]
|
||||
|
Reference in New Issue
Block a user