diff --git a/README.md b/README.md index 18e8f93..87c9864 100644 --- a/README.md +++ b/README.md @@ -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.