diff --git a/main.py b/main.py index b1ed85f..c43ada3 100644 --- a/main.py +++ b/main.py @@ -81,6 +81,7 @@ def main(): # Start the chat bot system chatbot = ChatBot('Te Rieh', + trainer='chatterbot.trainers.ChatterBotCorpusTrainer', storage_adapter='chatterbot.storage.MongoDatabaseAdapter', logic_adapters=[ 'chatterbot.logic.BestMatch'