mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"platform-adapters": [
|
|
{
|
|
"adapter": "nakuru",
|
|
"enable": false,
|
|
"host": "127.0.0.1",
|
|
"ws_port": 8080,
|
|
"http_port": 5700,
|
|
"token": ""
|
|
},
|
|
{
|
|
"adapter": "aiocqhttp",
|
|
"enable": true,
|
|
"host": "0.0.0.0",
|
|
"port": 2280,
|
|
"access-token": ""
|
|
},
|
|
{
|
|
"adapter": "qq-botpy",
|
|
"enable": false,
|
|
"appid": "",
|
|
"secret": "",
|
|
"intents": [
|
|
"public_guild_messages",
|
|
"direct_message"
|
|
]
|
|
},
|
|
{
|
|
"adapter": "wecom",
|
|
"enable": false,
|
|
"host": "0.0.0.0",
|
|
"port": 2290,
|
|
"corpid": "",
|
|
"secret": "",
|
|
"token": "",
|
|
"EncodingAESKey": "",
|
|
"contacts_secret": ""
|
|
},
|
|
{
|
|
"adapter": "lark",
|
|
"enable": false,
|
|
"app_id": "cli_abcdefgh",
|
|
"app_secret": "XXXXXXXXXX",
|
|
"bot_name": "LangBot"
|
|
},
|
|
{
|
|
"adapter": "discord",
|
|
"enable": false,
|
|
"client_id": "1234567890",
|
|
"token": "XXXXXXXXXX"
|
|
}
|
|
],
|
|
"track-function-calls": true,
|
|
"quote-origin": false,
|
|
"at-sender": false,
|
|
"force-delay": {
|
|
"min": 0,
|
|
"max": 0
|
|
},
|
|
"long-text-process": {
|
|
"threshold": 2560,
|
|
"strategy": "forward",
|
|
"font-path": ""
|
|
},
|
|
"hide-exception-info": true
|
|
} |