6 lines
333 B
Text
6 lines
333 B
Text
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
|