jacob-gillen
Results
1
comments of
jacob-gillen
Hello Everybody, I have a simple workaround how somebody still can train the bot on demand: ```python trainer= ListTrainer(bot) def get_feedback(): if 'stop' == str(input_statement): return False last_input_statement=[] while True:...