Merge pull request #356 from pipecat-ai/aleix/eleven_turbo_v2_5
services(elevenlabs): update default model to eleven_turbo_v2_5
This commit is contained in:
@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- `ElevenLabsTTSService` now uses `eleven_turbo_v2_5` model by default.
|
||||||
|
|
||||||
- `BotSpeakingFrame` is now a control frame.
|
- `BotSpeakingFrame` is now a control frame.
|
||||||
|
|
||||||
- `StartFrame` is now a control frame similar to `EndFrame`.
|
- `StartFrame` is now a control frame similar to `EndFrame`.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ class ElevenLabsTTSService(TTSService):
|
|||||||
api_key: str,
|
api_key: str,
|
||||||
voice_id: str,
|
voice_id: str,
|
||||||
aiohttp_session: aiohttp.ClientSession,
|
aiohttp_session: aiohttp.ClientSession,
|
||||||
model: str = "eleven_turbo_v2",
|
model: str = "eleven_turbo_v2_5",
|
||||||
**kwargs):
|
**kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user