29 lines
607 B
JSON
29 lines
607 B
JSON
{
|
||
"plugins": {
|
||
"load": {
|
||
"paths": ["/path/to/WhisperGate/plugin"]
|
||
},
|
||
"entries": {
|
||
"whispergate": {
|
||
"enabled": true,
|
||
"config": {
|
||
"enabled": true,
|
||
"discordOnly": true,
|
||
"bypassUserIds": ["561921120408698910"],
|
||
"endSymbols": ["。", "!", "?", ".", "!", "?"],
|
||
"noReplyProvider": "openai",
|
||
"noReplyModel": "whispergate-no-reply-v1"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"models": {
|
||
"providers": {
|
||
"openai": {
|
||
"apiKey": "sk-xxxx",
|
||
"baseURL": "http://127.0.0.1:8787/v1"
|
||
}
|
||
}
|
||
}
|
||
}
|