mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 19:57:04 +08:00
36 lines
752 B
JSON
36 lines
752 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": ""
|
|||
|
},
|
|||
|
"submit-messages-tokens": 3072,
|
|||
|
"rate-limit": {
|
|||
|
"strategy": "drop",
|
|||
|
"algo": "fixwin",
|
|||
|
"fixwin": {
|
|||
|
"default": 60
|
|||
|
}
|
|||
|
}
|
|||
|
}
|