matrix_chatgpt_bot/.env.example

7 lines
333 B
Plaintext
Raw Normal View History

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