Merge pull request #1044 from pipecat-ai/mb/elevenlabs-http-fix-voice-settings

Fixed a type error when using voice_settings in ElevenLabsHttpTTSService
This commit is contained in:
Mark Backman
2025-01-20 08:11:38 -05:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed a type error when using `voice_settings` in `ElevenLabsHttpTTSService`.
## [0.0.53] - 2025-01-18
### Added