From 40562402a2e3f33d7d6fbeede4528d23fa580da2 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 10 Mar 2025 21:10:11 -0400 Subject: [PATCH] Changelog entry for Cartesia model update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c631bb0e2..2dafdfa26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `AzureRealtimeBetaLLMService` to support Azure's OpeanAI Realtime API. Added foundational example `19a-azure-realtime-beta.py`. +### Changed + +- Updated the default mode for `CartesiaTTSService` and + `CartesiaHttpTTSService` to `sonic-2`. + ## [0.0.58] - 2025-02-26 ### Added