Update 'README.md'

This commit is contained in:
Benjamyn Love 2022-12-29 18:55:33 -05:00
parent aa6d0bee6e
commit 233e8d1e47

View File

@ -8,3 +8,12 @@ This aims to be a discord bot that can take a prompt from a discord message and
## Notebooks ## Notebooks
- testing.ipynb: Testing notebook with examples - testing.ipynb: Testing notebook with examples
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```