matrix_chatgpt_bot/.env.example

7 lines
385 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-13 07:27:34 +00:00
PASSWORD="xxxxxxxxxxxxxxx" # Optional if you use access token
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-04-10 02:52:18 +00:00
OPENAI_API_KEY="xxxxxxxxxxxxxxxxx" # Optional, for !chat and !gpt command