mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 06:09:19 +00:00
53 lines
920 B
JSON
53 lines
920 B
JSON
{
|
|
"debug": true,
|
|
"core": true,
|
|
"coreConfig": {
|
|
"coreUrl": "",
|
|
"wsUrl": "",
|
|
"wsClientId": "",
|
|
"wsSecret": "",
|
|
"wsReConnectInterval": "5000",
|
|
"token": ""
|
|
},
|
|
"maxFeed": 10,
|
|
"feeds": [
|
|
{
|
|
"url": "",
|
|
"targetGroups": [114,154],
|
|
"screenshot": true
|
|
}
|
|
],
|
|
"poke": {
|
|
"replyText": 0.4,
|
|
"replyVoice": 0.2,
|
|
"mutePick": 0.1,
|
|
"muteTime": 2
|
|
},
|
|
"fanqieConfig": {
|
|
"url": "http://127.0.0.1:6868",
|
|
"outDir": "/home/user/debian/cache/Downloads"
|
|
},
|
|
"mode": "deepseek",
|
|
"modelType": "deepseek-ai/DeepSeek-V3",
|
|
"historyLength": 3,
|
|
"maxLength": 3,
|
|
"chatTemperature": 1,
|
|
"pluginTemperature": 0.5,
|
|
"nickName": "寄气人",
|
|
"checkChat": {
|
|
"rdNum": 2,
|
|
"masterReply": true,
|
|
"userId": [
|
|
114514
|
|
],
|
|
"blackGroups": [
|
|
114,
|
|
514
|
|
],
|
|
"enableGroups": [
|
|
11115
|
|
]
|
|
},
|
|
"maxMessageLength": 100
|
|
}
|