update documentation

This commit is contained in:
array-in-a-matrix 2023-02-03 11:41:53 -05:00
parent da638441b7
commit fe3e3a13f5
1 changed files with 8 additions and 2 deletions

View File

@ -41,8 +41,14 @@ List of directories and files created by the project and its dependencies:
The bot has several commands:
```text
► generate ⇢ Generates a message in the room.
► train ⇢ Trains the AI's mini GPT-2 model.
► speak ⇢ Generates a message in the room.
► prompt ⇢ Generate a message using a prompt.
```
To train the AI, run this command:
```
> python3 train.py
```
### Setup