fix: fix default voice of cartesia tts

This commit is contained in:
Abhishek Kumar 2026-02-23 21:32:03 +05:30
parent 7e2de092ae
commit f1f4830012
4 changed files with 14 additions and 4 deletions

View file

@ -286,7 +286,7 @@ class CartesiaTTSConfiguration(BaseTTSConfiguration):
model: str = Field(
default="sonic-3", json_schema_extra={"examples": CARTESIA_TTS_MODELS}
)
voice: str = Field(default="a167e0f3-df7e-4d52-a9c3-f949145571bd")
voice: str = Field(default="3faa81ae-d3d8-4ab1-9e44-e50e46d33c30")
api_key: str