From 6e00f31014002955a9be534a316dd9fa3a3a45f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 19 Jul 2024 18:01:50 -0700 Subject: [PATCH] updated CHANGELOG with new frames and realtime-ai changes --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28f5ede1..3f6fcbc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added `RealtimeAIProcessor`... + +- Added `LLMMessagesAppendFrame` which allows appending messages to the current + LLM context. + +- Added `LLMMessagesUpdateFrame` which allows changing the LLM context for the + one provided in this new frame. + +- Added `LLMModelUpdateFrame` which allows updating the LLM model. + +- Added `TTSSpeakFrame` which causes the bot say some text. This text will not + be part of the LLM context. + +- Added `TTSVoiceUpdateFrame` which allows updating the TTS voice. + ### Removed - We remove the `LLMResponseStartFrame` and `LLMResponseEndFrame` frames. These @@ -33,6 +50,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 leverages the new Cartesia contexts which maintains generated audio prosody when multiple inputs are sent, therefore improving audio quality a lot. +### Other + +- Added `examples/realtime-ai/bot.py`... + ## [0.0.36] - 2024-07-02 ### Added