mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix default voice of cartesia tts
This commit is contained in:
parent
7e2de092ae
commit
f1f4830012
4 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue