mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
Merge branch 'v2' into v2
This commit is contained in:
commit
0daecc2edb
5 changed files with 68 additions and 64 deletions
|
|
@ -595,13 +595,13 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'cloudMode',
|
||||
label: '云转码API发送数据模式',
|
||||
bottomHelpMessage: '默认发送数据链接,如果你部署的是本地服务,请改为文件',
|
||||
bottomHelpMessage: '默认发送数据链接,如果你部署的是本地vits服务或使用的是微软azure,请改为文件',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '文件', value: 'file' },
|
||||
{ label: '链接', value: 'url' },
|
||||
{ label: '数据', value: 'buffer' }
|
||||
{ label: '链接', value: 'url' }
|
||||
// { label: '数据', value: 'buffer' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue