From 45039e7cde1921aa0455eb6f67d558b7a9c61d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 15 Jan 2025 09:54:24 -0800 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c7c0c7d..232bf0f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Introduced pipeline frame observers. Observers can view all the frames that go + through the pipeline without the need to inject processors in the + pipeline. This can be useful, for example, to implement frame loggers or + debuggers among other things. + - Added `OpenRouter` for OpenRouter integration with an OpenAI-compatible interface. Added foundational example `14m-function-calling-openrouter.py`. - + - Added a new `WebsocketService` based class for TTS services, containing base functions and retry logic.