This commit is contained in:
Mark Backman
2025-03-11 21:55:18 -04:00
parent cfca7269f4
commit 3522bbb533
62 changed files with 66 additions and 63 deletions

View File

@@ -74,7 +74,7 @@ async def run_bot(websocket_client: WebSocket, stream_sid: str, testing: bool):
tts = CartesiaTTSService(
api_key=os.getenv("CARTESIA_API_KEY"),
voice_id="71a7ad14-091c-4e8e-a314-022ece01c121", # British Lady
voice_id="71a7ad14-091c-4e8e-a314-022ece01c121", # British Reading Lady
push_silence_after_stop=testing,
)