Added trainer config
This commit is contained in:
parent
184b96d6ae
commit
48a363bb30
1 changed files with 1 additions and 0 deletions
1
main.py
1
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'
|
||||
|
|
Loading…
Reference in a new issue