QChatGPT/templates/platform.json
2024-02-08 13:12:33 +08:00

38 lines
868 B
JSON

{
"platform-adapter": "yiri-mirai",
"yiri-mirai-config": {
"adapter": "WebSocketAdapter",
"host": "127.0.0.1",
"port": 8080,
"verifyKey": "yirimirai",
"qq": 123456789
},
"nakuru-config": {
"host": "127.0.0.1",
"ws_port": 8080,
"http_port": 5700,
"token": ""
},
"aiocqhttp-config": {
"host": "127.0.0.1",
"port": 8080
},
"qq-botpy-config": {
"appid": "",
"secret": "",
"intents": [
"public_guild_messages",
"direct_message"
]
},
"track-function-calls": true,
"quote-origin": false,
"at-sender": false,
"force-delay": [0, 0],
"long-text-process": {
"threshold": 256,
"strategy": "forward",
"font-path": ""
},
"hide-exception-info": true
}