mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: support openai api baseurl
This commit is contained in:
parent
17fb123e3b
commit
f84663e2a9
4 changed files with 11 additions and 1 deletions
|
|
@ -167,6 +167,12 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: 'OpenAI的ApiKey,用于访问OpenAI的API接口。',
|
||||
component: 'InputPassword'
|
||||
},
|
||||
{
|
||||
field: 'openAiBaseUrl',
|
||||
label: 'OpenAI API服务器地址',
|
||||
bottomHelpMessage: 'OpenAI的API服务器地址。默认为https://api.openai.com',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'model',
|
||||
label: '模型',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue