services(elevenlabs): update default model to eleven_turbo_v2_5

Fixes #349
This commit is contained in:
Aleix Conchillo Flaqué
2024-08-08 21:38:18 -07:00
parent 826a70a137
commit 829fdc5679
2 changed files with 3 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `ElevenLabsTTSService` now uses `eleven_turbo_v2_5` model by default.
- `BotSpeakingFrame` is now a control frame.
- `StartFrame` is now a control frame similar to `EndFrame`.