This commit is contained in:
array-in-a-matrix 2022-08-16 03:43:01 -04:00
parent 55b9a2693e
commit 651a2b0729
1 changed files with 6 additions and 4 deletions

View File

@ -46,11 +46,13 @@ Before a bot can be used the fields in the `config.json` file must be populated
► user* ⇢ Account's User ID.
► file ⇢ Path of file used for training the AI (.txt file only).
► file ⇢ Path of file used for training the AI (.txt file only).
► prefix ⇢ Bot listens to commands that start with this prefix.
► prefix ⇢ Bot listens to commands that start with this prefix.
► frequency ⇢ How often the bot sends a message (keep low to prevent spam).
► frequency ⇢ How often the bot sends a message (keep low to prevent spam).
► size ⇢ Bot starts generating messages when the number of lines in the training file is equal to this. The greater the size, the longer bot waits before messaging but might increase message quality.
► size ⇢ Bot starts generating messages when the number of lines in the training file is equal to this. The greater the size, the longer bot waits before messaging but might increase message quality.
► retrain ⇢ The bot retrains itself after this many extra lines of messages are recorded in the text file.
```