matrix_chatgpt_bot/config.json.sample

13 lines
383 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",
"bing_auth_cookie": "xxxxxxxxxxx"
}