QChatGPT/templates/pipeline.json

44 lines
905 B
JSON
Raw Normal View History

2024-02-06 21:26:03 +08:00
{
"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": {
"window-size": 60,
"limit": 60
}
2024-02-06 21:26:03 +08:00
}
2024-05-29 20:34:49 +08:00
},
"msg-truncate": {
"method": "round",
"round": {
"max-round": 10
}
2024-02-06 21:26:03 +08:00
}
}