added links

This commit is contained in:
array-in-a-matrix 2022-08-17 16:30:07 -04:00
parent 32313f9106
commit b4afd4e5b7
1 changed files with 4 additions and 2 deletions

View File

@ -37,18 +37,20 @@ List of directories and files created by the project and its dependencies:
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.
Install JavaSript SDK:
Install [JavaSript SDK](https://github.com/turt2live/matrix-bot-sdk):
```sh
> pnpm add matrix-bot-sdk
```
Install Python module:
Install [Python module](https://github.com/minimaxir/aitextgen):
```sh
> pip3 install aitextgen
```
### Configurations
Before a bot can be used the fields in the `config.json` file must be populated with valid information. Values in angled brackets (stared below) must be supplied before usage.