Posts by PIPGB • 1 point
1 post
-
0
votes1
answer29
viewsQ: Error using a bot in python
Whenever I run the following code (using python) from chatterbot import ChatBot from chatterbot.trainers import ListTrainer bot = ChatBot('bot1') bot = ChatBot( 'bot1',…