File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/cartesia/vision_agents/plugins/cartesia Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class TTS(tts.TTS):
2121 def __init__ (
2222 self ,
2323 api_key : Optional [str ] = None ,
24- model_id : str = "sonic-2 " ,
24+ model_id : str = "sonic-3 " ,
2525 voice_id : str | None = "f9836c6e-a0bd-460e-9d3c-f7299fa60f94" ,
2626 sample_rate : int = 16000 ,
2727 client : Optional [AsyncCartesia ] = None ,
@@ -30,7 +30,7 @@ def __init__(
3030
3131 Args:
3232 api_key: Cartesia API key – falls back to ``CARTESIA_API_KEY`` env var.
33- model_id: Which model to use (default ``sonic-2 ``).
33+ model_id: Which model to use (default ``sonic-3 ``).
3434 voice_id: Cartesia voice ID. When ``None`` the model default is used.
3535 sample_rate: PCM sample-rate you want back (must match output track).
3636 """
You can’t perform that action at this time.
0 commit comments