pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElevenLabsTTSService could default to eleven_turbo_v2_5

chrisnolet opened this issue · comments

The new eleven_turbo_v2_5 model from ElevenLabs might be an appropriate upgrade from eleven_turbo_v2.

The default is specified in elevenlabs.py:

def __init__(
     self,
     *,
     aiohttp_session: aiohttp.ClientSession,
     api_key: str,
     voice_id: str,
-    model: str = "eleven_turbo_v2",
+    model: str = "eleven_turbo_v2_5",