diff --git a/langchain/__init__.py b/langchain/__init__.py index 2f3aac1dd8..5be850781f 100644 --- a/langchain/__init__.py +++ b/langchain/__init__.py @@ -117,5 +117,4 @@ __all__ = [ "PALChain", "LlamaCpp", "HuggingFaceTextGenInference", - "OctoAIEndpoint", ] diff --git a/pyproject.toml b/pyproject.toml index 59b36b0af7..3ffdff658f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.219" +version = "0.0.220" description = "Building applications with LLMs through composability" authors = [] license = "MIT"