From e087f6ec5d7b5c7faaa99ea95709431de1180dd5 Mon Sep 17 00:00:00 2001 From: Kwindla Hultman Kramer Date: Wed, 26 Mar 2025 08:57:42 -0700 Subject: [PATCH] GroqTTSService added to CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88155896..877387b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added a new frame, `LLMSetToolChoiceFrame`, which provides a mechanism +- Added a new frame, `LLMSetToolChoiceFrame`, which provides a mechanism for modifying the `tool_choice` in the context. +- Added `GroqTTSService` which provides text-to-speech functionality using + Groq's API. + - Added support in `DailyTransport` for updating remote participants' `canReceive` permission via the `update_remote_participants()` method, by bumping the daily-python dependency to >= 0.16.0.