update documentation
This commit is contained in:
parent
da638441b7
commit
fe3e3a13f5
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue