mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 整理了代理与反代之间的关系
This commit is contained in:
parent
ad9516d370
commit
3ee5a2f3f6
5 changed files with 49 additions and 12 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue