Skip to content

0.4.1

Compare
Choose a tag to compare
@gunthercox gunthercox released this 24 May 12:12
· 1411 commits to master since this release
  • 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].