mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
35 lines
716 B
JSON
35 lines
716 B
JSON
{
|
||
"access-control":{
|
||
"mode": "blacklist",
|
||
"blacklist": [],
|
||
"whitelist": []
|
||
},
|
||
"respond-rules": {
|
||
"default": {
|
||
"at": true,
|
||
"prefix": [
|
||
"/ai", "!ai", "!ai", "ai"
|
||
],
|
||
"regexp": [],
|
||
"random": 0.0
|
||
}
|
||
},
|
||
"income-msg-check": true,
|
||
"ignore-rules": {
|
||
"prefix": ["/"],
|
||
"regexp": []
|
||
},
|
||
"check-sensitive-words": true,
|
||
"baidu-cloud-examine": {
|
||
"enable": false,
|
||
"api-key": "",
|
||
"api-secret": ""
|
||
},
|
||
"rate-limit": {
|
||
"strategy": "drop",
|
||
"algo": "fixwin",
|
||
"fixwin": {
|
||
"default": 60
|
||
}
|
||
}
|
||
} |