Update the Cartesia voice in all demos with one built for sonic-2

This commit is contained in:
Mark Backman
2025-03-11 21:53:03 -04:00
parent 468e936a5f
commit cfca7269f4
65 changed files with 65 additions and 65 deletions

View File

@@ -34,7 +34,7 @@ async def main(room_url: str, token: str):
)
tts = CartesiaTTSService(
api_key=os.getenv("CARTESIA_API_KEY", ""), voice_id="79a125e8-cd45-4c13-8a67-188112f4dd22"
api_key=os.getenv("CARTESIA_API_KEY", ""), voice_id="71a7ad14-091c-4e8e-a314-022ece01c121"
)
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")