fix: Qwen3 TTS Model default voice parameters not support longxiaochun#6243
Open
Binx98 wants to merge 1 commit into
Open
fix: Qwen3 TTS Model default voice parameters not support longxiaochun#6243Binx98 wants to merge 1 commit into
Binx98 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it?
当前 qwen3 默认 TSS 默认参数根本就无法满足 qwen3-tts-flash 模型,所以添加模型时候一定会报错。
百炼文档里的 qwen3-tts-flash 示例音色是 Cherry,不是当前 v2 分支代码默认的 longxiaochun
对应问题issue: #6236
Summary of your change
追加一套 tss 音频模型初始化参数,为了适配 tss-flash 模型场景,已经自测通过。

Please indicate you've done the following: