chatgpt-plugin/config/config.example.json
Sean Murphy 4b29e261a0
新增对群聊黑白名单和启禁用私聊的功能,添加对全局回复模式、语音角色和主动打招呼的指令配置。 (#341)
* feat: add support for ‘greeting’ and ‘global reply mode’ commands, improve variable naming and remove unnecessary backend output.

* feat: Add support for black and white lists, global reply mode and voice role settings, private chat switch, and active greeting configuration. Refactor some variable names and comment out redundant code for better readability and reduced backend output.

* feat: 为新功能完善了帮助面板

* docs: 完善了‘打招呼’的帮助说明

* feature:Add custom configuration for voice filtering regex.

---------

Co-authored-by: Sean <1519059137@qq.com>
2023-04-13 22:36:58 +08:00

76 lines
No EOL
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"blockWords": ["屏蔽词1", "屏蔽词b"],
"promptBlockWords": ["屏蔽词1", "屏蔽词b"],
"imgOcr": true,
"defaultUsePicture": false,
"defaultUseTTS": false,
"defaultTTSRole": "纳西妲",
"alsoSendText": false,
"autoUsePicture": true,
"autoUsePictureThreshold": 1200,
"ttsAutoFallbackThreshold": 99,
"conversationPreserveTime": 0,
"toggleMode": "at",
"quoteReply": true,
"showQRCode": true,
"cacheUrl": "https://content.alcedogroup.com",
"cacheEntry": false,
"apiKey": "",
"openAiBaseUrl": "",
"openAiForceUseReverse": false,
"drawCD": 30,
"model": "",
"temperature": 0.8,
"toneStyle": "balanced",
"sydney": "",
"sydneyReverseProxy": "",
"sydneyForceUseReverse": false,
"sydneyWebsocketUseProxy": false,
"sydneyBrainWash": true,
"sydneyBrainWashStrength": 15,
"sydneyBrainWashName": "Sydney",
"sydneyMood": false,
"enableSuggestedResponses": false,
"api": "",
"apiBaseUrl": "",
"apiForceUseReverse": false,
"plus": false,
"useGPT4": false,
"promptPrefixOverride": "Your answer shouldn\"t be too verbose. Prefer to answer in Chinese.",
"assistantLabel": "ChatGPT",
"username": "",
"password": "",
"UA": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
"headless": false,
"chromePath": "",
"2captchaToken": "",
"proxy": "",
"debug": true,
"defaultTimeoutMs": 120000,
"chromeTimeoutMS": 120000,
"sydneyFirstMessageTimeout": 40000,
"ttsSpace": "",
"huggingFaceReverseProxy": "",
"noiseScale": 0.6,
"noiseScaleW": 0.668,
"lengthScale": 1.2,
"initiativeChatGroups": [],
"enableDraw": true,
"helloPrompt": "写一段话让大家来找我聊天。类似于“有人找我聊天吗“这种风格轻松随意一点控制在20个字以内",
"helloInterval": 3,
"helloProbability": 50,
"chatglmBaseUrl": "http://localhost:8080",
"allowOtherMode": true,
"sydneyContext": "",
"emojiBaseURL": "https://www.gstatic.com/android/keyboard/emojikitchen",
"enableGroupContext": false,
"groupContextLength": 50,
"enableRobotAt": true,
"maxNumUserMessagesInConversation": 20,
"sydneyApologyIgnored": true,
"enforceMaster": false,
"enablePrivateChat": false,
"groupWhitelist": [],
"groupBlacklist": [],
"ttsRegex": "/匹配规则/匹配模式"
}