matrix_chatgpt_bot/.env.example

7 lines
333 B
Text
Raw Permalink Normal View History

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