mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
docs: 更新部分文档;增加beta过期bing token移除
This commit is contained in:
parent
fcc9691588
commit
486b89a5b3
4 changed files with 113 additions and 68 deletions
|
|
@ -1,21 +1,70 @@
|
|||
{
|
||||
"apiKey": "",
|
||||
"proxy": "",
|
||||
"openAiBaseUrl": "https://mondstadt.d201.eu.org/v1",
|
||||
"api": "https://pimon.d201.cn/backend-api/conversation",
|
||||
"apiBaseUrl": "https://pimon.d201.cn/backend-api",
|
||||
"promptPrefixOverride": "Your answer shouldn't be too verbose. If you are generating a list, do not have too many items. Keep the number of items short. Prefer to answer in Chinese.",
|
||||
"debug": false,
|
||||
"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,
|
||||
"drawCD": 30
|
||||
"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个字以内",
|
||||
"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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue