Update 'README.md'

This commit is contained in:
array-in-a-matrix 2022-08-23 11:55:14 -04:00
parent 583fa03c2e
commit ac30a9a5b9
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# text-gen-bot
Matrix bot that generates messages based off of messages of other users using a neural network. The first Matrix AI?
Project is still being developed and some functionality is not fully implemented yet.
Note: Project is still being developed and some functionality is not fully implemented yet.
## Table of content
@ -34,6 +34,9 @@ List of directories and files created by the project and its dependencies:
- `storage.json`
- `training-matrix.txt`
#### commands
### Setup
The project is split into 2 parts `index.js` and `textgen.py`. The `index.js` file contains the code that interacts with the user on Matrix and sends text generated by the `textgen.py` file.