mirror of
https://github.com/hibobmaster/matrix_chatgpt_bot.git
synced 2024-10-01 05:35:36 -04:00
7 lines
333 B
Plaintext
7 lines
333 B
Plaintext
HOMESERVER="https://matrix-client.matrix.org" # required
|
|
USER_ID="@lullap:xxxxxxxxxxxxx.xxx" # required
|
|
PASSWORD="xxxxxxxxxxxxxxx" # required
|
|
DEVICE_ID="MatrixChatGPTBot" # required
|
|
ROOM_ID="!FYCmBSkCRUXXXXXXXXX:matrix.XXX.XXX" # Optional, if not set, bot will work on the room it is in
|
|
OPENAI_API_KEY="xxxxxxxxxxxxxxxxx" # Optional
|