GroqTTSService added to CHANGELOG.md

This commit is contained in:
Kwindla Hultman Kramer
2025-03-26 08:57:42 -07:00
committed by Mark Backman
parent 406f5a395b
commit e087f6ec5d

View File

@@ -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.