Merge pull request #2524 from pipecat-ai/mb/cartesia-speed

Cartesia: update speed InputParam
This commit is contained in:
Mark Backman
2025-08-27 12:47:29 -07:00
committed by GitHub
2 changed files with 9 additions and 5 deletions

View File

@@ -87,6 +87,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated `CartesiaTTSService` and `CartesiaHttpTTSService` to align with
Cartesia's changes for the `speed` parameter. It now takes only an enum of
`slow`, `normal`, or `fast`.
- Added support to `AWSBedrockLLMService` for setting authentication
credentials through environment variables.