Update ElevenLabsTTSService to update when voice_settings change

This commit is contained in:
Mark Backman
2025-08-19 13:37:36 -04:00
parent 4160446f4c
commit aebc781419
3 changed files with 41 additions and 22 deletions

View File

@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `ElevenLabsTTSService` now supports additional runtime changes to the `model`
and `language` parameters.
- `ElevenLabsTTSService` now supports additional runtime changes to the `model`,
`language`, and `voice_settings` parameters.
- Added `MistralLLMService`, using Mistral's chat completion API.