Update ElevenLabsTTSService: reconnect on model and language changes

This commit is contained in:
Mark Backman
2025-08-19 11:32:54 -04:00
parent 89d2ef2bde
commit 4160446f4c
3 changed files with 24 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
- `ElevenLabsTTSService` now supports additional runtime changes to the `model`
and `language` parameters.
- Added `MistralLLMService`, using Mistral's chat completion API.
- For `OpenAILLMService` and its subclasses, added the ability to retry