Add speed as InputParam to ElevenLabs TTS services

This commit is contained in:
Mark Backman
2025-03-02 08:19:44 -05:00
parent 12131eb7c5
commit 29310b4e92
2 changed files with 23 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `speed` as an `InputParam` for both `ElevenLabsTTSService` and
`ElevenLabsHttpTTSService`.
- Added new `LLMFullResponseAggregator` to aggregate full LLM completions. At
every completion the `on_completion` event handler is triggered.