mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-03-22 01:56:30 +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
|