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
|
2023-06-05 03:27:37 +00:00
|
|
|
API_ENDPOINT="xxxxxxxxxxxxxxx" # Optional, for !chat and !bing command
|
2023-04-10 02:52:18 +00:00
|
|
|
ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxx" # Optional, use user_id and password is recommended
|
2023-04-13 15:22:24 +00:00
|
|
|
BARD_TOKEN="xxxxxxxxxxxxxxxxxxxx", # Optional, for !bard command
|
2023-04-10 02:52:18 +00:00
|
|
|
BING_AUTH_COOKIE="xxxxxxxxxxxxxxxxxxx" # _U cookie, Optional, for Bing Image Creator
|
2023-04-20 07:39:14 +00:00
|
|
|
MARKDOWN_FORMATTED="true" # Optional
|
2023-05-20 01:46:16 +00:00
|
|
|
OUTPUT_FOUR_IMAGES="true" # Optional
|
2023-06-05 03:27:37 +00:00
|
|
|
IMPORT_KEYS_PATH="element-keys.txt" # Optional, used for E2EE Room
|
2023-05-26 12:31:52 +00:00
|
|
|
IMPORT_KEYS_PASSWORD="xxxxxxx" # Optional
|
|
|
|
FLOWISE_API_URL="http://localhost:3000/api/v1/prediction/xxxx" # Optional
|
2023-05-30 01:59:25 +00:00
|
|
|
FLOWISE_API_KEY="xxxxxxxxxxxxxxxxxxxxxxx" # Optional
|
2023-06-05 03:27:37 +00:00
|
|
|
PANDORA_API_ENDPOINT="http://pandora:8008" # Optional, for !talk, !goon command
|
|
|
|
PANDORA_API_MODEL="text-davinci-002-render-sha-mobile" # Optional
|
2023-09-13 06:36:35 +00:00
|
|
|
TEMPERATURE="0.8" # Optional
|