From ed06cdd2c7ea2a27e95b207cc5b72cdc625cf2bd Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 6 May 2025 22:03:25 -0400 Subject: [PATCH] [WIP] AWS Nova Sonic service - add CHANGELOG entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eec61bca..bf6fec1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.