Merge pull request #2470 from pipecat-ai/mb/11labs-settings-reconnect

Update ElevenLabsTTSService: update runtime configuration
This commit is contained in:
Mark Backman
2025-08-19 18:18:14 -07:00
committed by GitHub
3 changed files with 43 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`,
`language`, and `voice_settings` parameters.
- Added `MistralLLMService`, using Mistral's chat completion API.
- Added the ability to retry executing a chat completion after a timeout period