From c3c6ced265a6b60aa3ffcedb5d3c564e97367125 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Wed, 15 Oct 2025 00:04:04 -0700 Subject: [PATCH] chore(cartesia): default to the latest API version fixup from #3651 --- .../livekit-plugins-cartesia/livekit/plugins/cartesia/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/tts.py b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/tts.py index f8493ae1df..b6ad1c5ccf 100644 --- a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/tts.py +++ b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/tts.py @@ -92,7 +92,7 @@ def __init__( tokenizer: NotGivenOr[tokenize.SentenceTokenizer] = NOT_GIVEN, text_pacing: tts.SentenceStreamPacer | bool = False, base_url: str = "https://api.cartesia.ai", - api_version: str = API_VERSION_WITH_EMBEDDINGS_AND_EXPERIMENTAL_CONTROLS, + api_version: str = API_VERSION, ) -> None: """ Create a new instance of Cartesia TTS.