fix: tts default params

This commit is contained in:
jialin
2026-01-31 14:39:44 +08:00
parent 8d660b20aa
commit f803b910b5
6 changed files with 8 additions and 8 deletions
@@ -264,7 +264,6 @@ const GroundTTS: React.FC<MessageProps> = forwardRef((props, ref) => {
...pre,
..._.pick(model?.meta || {}, MetaFields),
task_type: model?.meta?.task_type,
max_new_tokens: model?.meta?.max_model_len || null,
model: value,
voice: newList[0]?.value
};