Add train from file and non-clean training option.

Closes #31
This commit is contained in:
Charlie Laabs
2022-05-31 22:52:37 -05:00
parent c742bee965
commit 9adf741b5f
7 changed files with 220 additions and 55 deletions

View File

@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
## Versions
### 2.2.0
* Add a `clean` option flag to the `/train` command to allow retraining without overwriting
* Add the ability to train from file of messages (#31)
### 2.1.1
* Fix TTS not working for slash commands (with a somewhat janky solution)