File size: 802 Bytes
5adf523 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"apiKey": "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",
"proxy": "",
"openAiBaseUrl": "https://api.openai.com",
"api": "https://chatgpt.duti.tech/api/conversation",
"apiBaseUrl": "https://chatgpt.duti.tech/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,
"autoUsePicture": true,
"autoUsePictureThreshold": 1200,
"toggleMode": "prefix",
"quoteReply": true,
"showQRCode": true,
"cacheUrl": "https://content.alcedogroup.com",
"cacheEntry": false,
"drawCD": 30
} |