matrix_chatgpt_bot/.env.example

20 lines
1.2 KiB
Plaintext
Raw Normal View History

# Please remove the option that is blank
2023-04-09 22:52:18 -04:00
HOMESERVER="https://matrix.xxxxxx.xxxx" # required
USER_ID="@lullap:xxxxxxxxxxxxx.xxx" # required
2023-04-10 22:54:59 -04:00
PASSWORD="xxxxxxxxxxxxxxx" # Optional
2023-04-09 22:52:18 -04:00
DEVICE_ID="xxxxxxxxxxxxxx" # required
2023-04-10 22:54:59 -04:00
ROOM_ID="!FYCmBSkCRUXXXXXXXXX:matrix.XXX.XXX" # Optional, if not set, bot will work on the room it is in
2023-04-09 22:52:18 -04:00
OPENAI_API_KEY="xxxxxxxxxxxxxxxxx" # Optional, for !chat and !gpt command
2023-06-04 23:27:37 -04:00
API_ENDPOINT="xxxxxxxxxxxxxxx" # Optional, for !chat and !bing command
2023-04-09 22:52:18 -04:00
ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxx" # Optional, use user_id and password is recommended
2023-04-13 11:22:24 -04:00
BARD_TOKEN="xxxxxxxxxxxxxxxxxxxx", # Optional, for !bard command
2023-04-09 22:52:18 -04:00
BING_AUTH_COOKIE="xxxxxxxxxxxxxxxxxxx" # _U cookie, Optional, for Bing Image Creator
2023-04-20 03:39:14 -04:00
MARKDOWN_FORMATTED="true" # Optional
OUTPUT_FOUR_IMAGES="true" # Optional
2023-06-04 23:27:37 -04: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-04 23:27:37 -04: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