mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 修改锅巴提示
This commit is contained in:
parent
1f50e1b7a5
commit
1bfb4d7d6b
1 changed files with 2 additions and 2 deletions
|
|
@ -571,12 +571,12 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'cloudMode',
|
||||
label: '云转码API发送数据模式',
|
||||
bottomHelpMessage: '默认发送数据链接,如果你部署的是本地服务,请改为文件',
|
||||
bottomHelpMessage: '默认发送数据链接,如果你部署的是本地vits服务或使用的是微软azure,请改为文件',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '文件', value: 'file' },
|
||||
{ label: '链接', value: 'url' },
|
||||
{ label: '链接', value: 'url' }
|
||||
// { label: '数据', value: 'buffer' }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue