You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/experimental/langchain_experimental/smart_llm/__init__.py

6 lines
178 B
Python

"""Generalized implementation of SmartGPT (origin: https://youtu.be/wVzuvf9D9BU)"""
from langchain_experimental.smart_llm.base import SmartLLMChain
__all__ = ["SmartLLMChain"]