Skip to content

0.7.4

Compare
Choose a tag to compare
@gunthercox gunthercox released this 29 Jul 14:13
· 547 commits to master since this release

Bug fixes

  • Fix database name being ignored #866
  • Change SQL storage default to sqlite file instead of in-memory database #871

Deprecation

Deprecation warnings will now be triggered for the following classes and methods.
These items are schedule to be removed in ChatterBot version 0.8.

  • chatterbot.storage.JsonFileStorageAdapter
  • chatterbot.ChatBot.from_config

Enhancements

  • Remove direct dependency on jsondb for training file exports #869