matrix_chatgpt_bot/config.json.sample

22 lines
833 B
Plaintext
Raw Normal View History

2023-03-05 09:07:25 -05:00
{
"homeserver": "https://matrix.qqs.tw",
"user_id": "@lullap:xxxxx.org",
"password": "xxxxxxxxxxxxxxxxxx",
"device_id": "ECYEOKVPLG",
"room_id": "!FYCmBSkCRUNvZDBaDQ:matrix.qqs.tw",
2023-03-10 10:45:38 -05:00
"api_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
2023-04-10 22:54:59 -04:00
"bing_api_endpoint": "http://api:3000/conversation",
"jailbreakEnabled": true,
"access_token": "xxxxxxx",
2023-04-13 11:22:24 -04:00
"bard_token": "xxxxxxx",
"bing_auth_cookie": "xxxxxxxxxxx",
2023-04-20 03:39:14 -04:00
"markdown_formatted": true,
"output_four_images": true,
2023-04-20 03:39:14 -04:00
"import_keys_path": "element-keys.txt",
"import_keys_password": "xxxxxxxxx",
"flowise_api_url": "http://localhost:3000/api/v1/prediction/6deb3c89-45bf-4ac4-a0b0-b2d5ef249d21",
"flowise_api_key": "U3pe0bbVDWOyoJtsDzFJjRvHKTP3FRjODwuM78exC3A=",
"pandora_api_endpoint": "http://127.0.0.1:8008",
"pandora_api_model": "text-davinci-002-render-sha-mobile"
2023-04-10 22:54:59 -04:00
}