added dependencies
This commit is contained in:
parent
a7a32a23c5
commit
d6c3b25cc4
1 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,3 +1,17 @@
|
|||
# text-gen-bot
|
||||
|
||||
Matrix bot that generates messages based off of messages of other users using a neural network.
|
||||
|
||||
## Development setup
|
||||
|
||||
Install JavaSript SDK:
|
||||
|
||||
```sh
|
||||
pnpm add matrix-bot-sdk
|
||||
```
|
||||
|
||||
Install Python module:
|
||||
|
||||
```sh
|
||||
pip3 install textgenrnn
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue