fix: 整理了代理与反代之间的关系

This commit is contained in:
ikechan8370 2023-03-07 16:27:51 +08:00
parent ad9516d370
commit 3ee5a2f3f6
5 changed files with 49 additions and 12 deletions

View file

@ -206,6 +206,12 @@ export function supportGuoba () {
bottomHelpMessage: 'OpenAI的API服务器地址。默认为https://api.openai.com',
component: 'Input'
},
{
field: 'openAiForceUseReverse',
label: '强制使用OpenAI反代',
bottomHelpMessage: '即使配置了proxy依然使用OpenAI反代',
component: 'Switch'
},
{
field: 'thinkingTips',
label: '思考提示',
@ -218,6 +224,12 @@ export function supportGuoba () {
bottomHelpMessage: '你可以在这里写入你希望AI回答的风格比如希望优先回答中文回答长一点等。',
component: 'InputTextArea'
},
{
field: 'assistantLabel',
label: 'AI名字',
bottomHelpMessage: 'AI认为的自己的名字当你问他你是谁是他会回答这里的名字。',
component: 'Input'
},
{
field: 'temperature',
label: 'temperature',
@ -258,6 +270,12 @@ export function supportGuoba () {
bottomHelpMessage: '国内ip无法正常使用sydney如果有bing.com的反代可以填在此处或者使用proxy',
component: 'Input'
},
{
field: 'sydneyForceUseReverse',
label: '强制使用sydney反代',
bottomHelpMessage: '即使配置了proxy依然使用sydney反代',
component: 'Switch'
},
{
label: '以下为API3方式的配置。',
component: 'Divider'
@ -274,6 +292,12 @@ export function supportGuoba () {
bottomHelpMessage: 'apiBaseUrl地址',
component: 'Input'
},
{
field: 'apiForceUseReverse',
label: '强制使用ChatGPT反代',
bottomHelpMessage: '即使配置了proxy依然使用ChatGPT反代',
component: 'Switch'
},
{
label: '以下为浏览器方式的配置.(Deprecated)',
component: 'Divider'