mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-20 13:59:32 +08:00
2. add knowledge_base not found to knowledge_base_chat and add search_engine not found to search_engine_chat
5 lines
164 B
Python
5 lines
164 B
Python
from .chat import chat
|
|
from .knowledge_base_chat import knowledge_base_chat
|
|
from .openai_chat import openai_chat
|
|
from .search_engine_chat import search_engine_chat
|