fix: 冲突的openai baseurl v1

This commit is contained in:
ikechan8370 2023-03-16 23:43:09 +08:00
parent b35a609b63
commit 01892b6ec2
3 changed files with 5 additions and 5 deletions

View file

@ -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'
},
{