mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 加回锅巴的模型选项。gpt-4可以直接填
This commit is contained in:
parent
3de9ca9c49
commit
455f0e8a92
1 changed files with 6 additions and 0 deletions
|
|
@ -301,6 +301,12 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: 'OpenAI的ApiKey,用于访问OpenAI的API接口',
|
||||
component: 'InputPassword'
|
||||
},
|
||||
{
|
||||
field: 'model',
|
||||
label: 'OpenAI 模型',
|
||||
bottomHelpMessage: 'gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301。默认为gpt-3.5-turbo,gpt-4需账户支持',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'openAiBaseUrl',
|
||||
label: 'OpenAI API服务器地址',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue