This bot relays the prompt to the openai API and sends the answer back to the user who made the request. All this is done through the Matrix chat-client.
This way they can do less user-tracking if multiple people prompt through the same API token.
Also chat clients, such as Matrix, are more practical to interact with bots.
## Requirements
* Local environment requires `nodejs`, `yarn` and `nvm`
* Access token for the Matrix account. The access token can be obtained by using this [script](https://git.pub.solar/realestninja/fetch-matrix-access-token).