Update __init__.py (#827)

Remove duplicate APIChain
This commit is contained in:
Raza Habib 2023-02-02 07:31:38 +00:00 committed by GitHub
parent b0d560be56
commit 9f8e05ffd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ from langchain.chains.transform import TransformChain
from langchain.chains.vector_db_qa.base import VectorDBQA
__all__ = [
"APIChain",
"ConversationChain",
"LLMChain",
"LLMBashChain",