Skip to content

Commit

Permalink
langchain[patch]: export sagemaker LLMContentHandler (#14906)
Browse files Browse the repository at this point in the history
Resolves #14904
  • Loading branch information
baskaryan authored Dec 19, 2023
1 parent 4f4b078 commit 1069a93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/langchain/langchain/llms/sagemaker_endpoint.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from langchain_community.llms.sagemaker_endpoint import (
LLMContentHandler,
SagemakerEndpoint,
)

__all__ = [
"SagemakerEndpoint",
]
__all__ = ["SagemakerEndpoint", "LLMContentHandler"]

0 comments on commit 1069a93

Please sign in to comment.