mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 冲突的openai baseurl v1
This commit is contained in:
parent
b35a609b63
commit
01892b6ec2
3 changed files with 5 additions and 5 deletions
|
|
@ -218,7 +218,7 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'openAiBaseUrl',
|
||||
label: 'OpenAI API服务器地址',
|
||||
bottomHelpMessage: 'OpenAI的API服务器地址。默认为https://api.openai.com',
|
||||
bottomHelpMessage: 'OpenAI的API服务器地址。注意要带上/v1。默认为https://api.openai.com/v1',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue