[WIP] AWS Nova Sonic service - add CHANGELOG entry

This commit is contained in:
Paul Kompfner
2025-05-06 22:03:25 -04:00
parent 8473647269
commit ed06cdd2c7

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support for the AWS Nova Sonic speech-to-speech model with the new
`AWSNovaSonicLLMService`.
(see https://docs.aws.amazon.com/nova/latest/userguide/speech.html)
- Added new AWS services `AWSBedrockLLMService` and `AWSTranscribeSTTService`.
- Added `on_active_speaker_changed` event handler to the `DailyTransport` class.