[AUR-411] Adopt to Example2 project (#28)
Add the chatbot from Example2. Create the UI for chat.
This commit is contained in:
committed by
GitHub
parent
533fffa6db
commit
6e7905cbc0
4
knowledgehub/chatbot/__init__.py
Normal file
4
knowledgehub/chatbot/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .base import BaseChatBot, ChatConversation
|
||||
from .simple_respondent import SimpleRespondentChatbot
|
||||
|
||||
__all__ = ["BaseChatBot", "SimpleRespondentChatbot", "ChatConversation"]
|
Reference in New Issue
Block a user