matrix_chatgpt_bot/.env.example

20 lines
1.2 KiB
Plaintext
Raw Normal View History

# 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
OUTPUT_FOUR_IMAGES="true" # Optional
2023-06-05 03:27:37 +00:00
IMPORT_KEYS_PATH="element-keys.txt" # Optional, used for E2EE Room
IMPORT_KEYS_PASSWORD="xxxxxxx" # Optional
FLOWISE_API_URL="http://localhost:3000/api/v1/prediction/xxxx" # Optional
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
TEMPERATURE="0.8" # Optional