2023-04-10 13:40:39 +00:00
|
|
|
# Please remove the option that is blank
|
2023-04-10 02:52:18 +00:00
|
|
|
HOMESERVER="https://matrix.xxxxxx.xxxx" # required
|
|
|
|
USER_ID="@lullap:xxxxxxxxxxxxx.xxx" # required
|
2023-04-11 02:54:59 +00:00
|
|
|
PASSWORD="xxxxxxxxxxxxxxx" # Optional
|
2023-04-10 02:52:18 +00:00
|
|
|
DEVICE_ID="xxxxxxxxxxxxxx" # 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
|
|
|
|
BING_API_ENDPOINT="xxxxxxxxxxxxxxx" # Optional, for !bing command
|
|
|
|
ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxx" # Optional, use user_id and password is recommended
|
|
|
|
JAILBREAKENABLED="true" # Optional
|
|
|
|
BING_AUTH_COOKIE="xxxxxxxxxxxxxxxxxxx" # _U cookie, Optional, for Bing Image Creator
|
2023-04-11 05:41:26 +00:00
|
|
|
MARKDOWN_FORMATTED="true" # Optional
|