Skip to content

Commit 180c115

Browse files
committed
fix: update default voice selection for TTS to MOSS-TTSD-v0.5:alex
1 parent 4269eeb commit 180c115

File tree

1 file changed

+1
-1
lines changed
  • apps/models_provider/impl/siliconCloud_model_provider/credential

1 file changed

+1
-1
lines changed

apps/models_provider/impl/siliconCloud_model_provider/credential/tts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SiliconCloudTTSModelGeneralParams(BaseForm):
1414
voice = forms.SingleSelect(
1515
TooltipLabel('Voice',
1616
_('Try out the different sounds (Alloy, Echo, Fable, Onyx, Nova, and Sparkle) to find one that suits your desired tone and audience. The current voiceover is optimized for English.')),
17-
required=True, default_value='alloy',
17+
required=True, default_value='fnlp/MOSS-TTSD-v0.5:alex',
1818
text_field='value',
1919
value_field='value',
2020
option_list=[

0 commit comments

Comments
 (0)