- Changed default input and output adapters. The defaults have been changed from the
TerminalAdapter
to:
input_adapter="chatterbot.adapters.input.VariableInputTypeAdapter",
output_adapter="chatterbot.adapters.output.OutputFormatAdapter",
- The recent_statements variable now holds the entire current conversation [https://github.com//pull/170]
- Increase flexibility of training [https://github.com//pull/171]
- The
set_trainer
method should now be called to set the training method for the chat bot see examples.
- Added sentiment logic adapter [https://github.com//pull/167].