kotaemon/knowledgehub/llms/chats/__init__.py

5 lines
113 B
Python

from .base import ChatLLM
from .langchain_based import AzureChatOpenAI
__all__ = ["ChatLLM", "AzureChatOpenAI"]