This is my first time developing a bot and following the instructions in the chatterbot manual I came up with the following code:
from chatterbot import ChatBot
bot = ChatBot(
"Terminal",
storage_adapter="chatterbot.storage.SQLStorageAdapter"...
asked by
01.11.2018 / 14:21