fix: fix xunfei version config

This commit is contained in:
JustSong
2024-06-13 00:07:13 +08:00
parent 4dadf6852e
commit 3d2252df6f
4 changed files with 31 additions and 32 deletions

View File

@@ -181,9 +181,6 @@ const EditChannel = () => {
if (localInputs.type === 3 && localInputs.other === '') {
localInputs.other = '2024-03-01-preview';
}
if (localInputs.type === 18 && localInputs.other === '') {
localInputs.other = 'v2.1';
}
let res;
localInputs.models = localInputs.models.join(',');
localInputs.group = localInputs.groups.join(',');