Merge branch 'ikechan8370:v2' into v2

This commit is contained in:
ifeif 2023-08-29 15:31:12 +08:00 committed by GitHub
commit d0b5585539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1265 additions and 98 deletions

View file

@ -50,6 +50,17 @@ const defaultConfig = {
plus: false,
useGPT4: false,
xinghuoToken: '',
xhmode: 'web',
xhAppId: '',
xhAPISecret: '',
xhAPIKey: '',
xhAssistants: '',
xhTemperature: 0.5,
xhMaxTokens: 1024,
xhPromptSerialize: false,
xhPrompt: '',
xhRetRegExp: '',
xhRetReplace: '',
promptPrefixOverride: 'Your answer shouldn\'t be too verbose. Prefer to answer in Chinese.',
assistantLabel: 'ChatGPT',
// thinkingTips: true,
@ -113,6 +124,9 @@ const defaultConfig = {
slackClaudeEnableGlobalPreset: true,
slackClaudeGlobalPreset: '',
slackClaudeSpecifiedChannel: '',
bardPsid: '',
bardReverseProxy: '',
bardForceUseReverse: false,
cloudTranscode: 'https://silk.201666.xyz',
cloudRender: false,
cloudMode: 'url',