matrix_chatgpt_bot/config.json.sample

15 lines
440 B
Plaintext
Raw Normal View History

2023-03-05 14:07:25 +00: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 15:45:38 +00:00
"api_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
2023-04-11 02:54:59 +00:00
"bing_api_endpoint": "http://api:3000/conversation",
"jailbreakEnabled": true,
"access_token": "xxxxxxx",
2023-04-13 15:22:24 +00:00
"bard_token": "xxxxxxx",
"bing_auth_cookie": "xxxxxxxxxxx",
"markdown_formatted": true
2023-04-11 02:54:59 +00:00
}