Update the Tavus example and comment about using the PERSONA_ID

This commit is contained in:
Mark Backman
2025-01-10 08:01:00 -05:00
parent b9db53d3cd
commit cb22de0d13
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class TavusVideoService(AIService):
*,
api_key: str,
replica_id: str,
persona_id: str = "pipecat0",
persona_id: str = "pipecat0", # Use `pipecat0` so that your TTS voice is used in place of the Tavus persona
session: aiohttp.ClientSession,
**kwargs,
) -> None: