matrix_chatgpt_bot/.env.example

7 lines
333 B
Plaintext
Raw Permalink Normal View History

2023-09-13 03:27:34 -04:00
HOMESERVER="https://matrix-client.matrix.org" # required
2023-04-09 22:52:18 -04:00
USER_ID="@lullap:xxxxxxxxxxxxx.xxx" # required
2023-09-21 00:38:29 -04:00
PASSWORD="xxxxxxxxxxxxxxx" # required
2023-09-13 03:27:34 -04:00
DEVICE_ID="MatrixChatGPTBot" # required
2023-04-10 22:54:59 -04:00
ROOM_ID="!FYCmBSkCRUXXXXXXXXX:matrix.XXX.XXX" # Optional, if not set, bot will work on the room it is in
2023-09-21 00:38:29 -04:00
OPENAI_API_KEY="xxxxxxxxxxxxxxxxx" # Optional