From 219304c5eeeeb36e773222bd46631119301027a8 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 20 Sep 2024 20:31:42 -0400 Subject: [PATCH] Added Changelog entries --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 985834aba..ba20821cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added configurable LLM parameters (e.g., temperature, top_p, max_tokens, seed) + for OpenAI, Anthropic, and Together AI services along with corresponding + setter functions. + +- Added `sample_rate` as a constructor parameter for TTS services. + - Pipecat has a pipeline-based architecture. The pipeline consists of frame processors linked to each other. The elements traveling across the pipeline are called frames. @@ -334,7 +340,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - It is now possible to specify a Silero VAD version when using `SileroVADAnalyzer` or `SileroVAD`. -- Added `AysncFrameProcessor` and `AsyncAIService`. Some services like +- Added `AysncFrameProcessor` and `AsyncAIService`. Some services like `DeepgramSTTService` need to process things asynchronously. For example, audio is sent to Deepgram but transcriptions are not returned immediately. In these cases we still require all frames (except system frames) to be pushed @@ -351,7 +357,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `WhisperSTTService` model can now also be a string. -- Added missing * keyword separators in services. +- Added missing \* keyword separators in services. ### Fixed @@ -428,7 +434,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added new `TwilioFrameSerializer`. This is a new serializer that knows how to serialize and deserialize audio frames from Twilio. -- Added Daily transport event: `on_dialout_answered`. See +- Added Daily transport event: `on_dialout_answered`. See https://reference-python.daily.co/api_reference.html#daily.EventHandler - Added new `AzureSTTService`. This allows you to use Azure Speech-To-Text. @@ -668,7 +674,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added Daily transport support for dial-in use cases. - Added Daily transport events: `on_dialout_connected`, `on_dialout_stopped`, - `on_dialout_error` and `on_dialout_warning`. See + `on_dialout_error` and `on_dialout_warning`. See https://reference-python.daily.co/api_reference.html#daily.EventHandler ## [0.0.21] - 2024-05-22