mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-24 07:43:16 +08:00
4 lines
113 B
Python
4 lines
113 B
Python
from .chat import chat
|
|
from .knowledge_base_chat import knowledge_base_chat
|
|
from .openai_chat import openai_chat
|