Cartesia: update speed InputParam

This commit is contained in:
Mark Backman
2025-08-27 13:34:28 -04:00
parent fc3d84dff7
commit f7d9f32b0f
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.