From ac30a9a5b98714dd4e03aca62e0beb5e114c5211 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 23 Aug 2022 11:55:14 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.