inworld: typo fix in voice name

This commit is contained in:
padillamt
2025-07-21 13:48:13 -07:00
parent 4853d5d55c
commit 0d5292c4ef

View File

@@ -63,7 +63,7 @@ async def run_example(transport: BaseTransport, _: argparse.Namespace, handle_si
aiohttp_session=session,
params=InworldHttpTTSService.InputParams(
voice_id="Ashley",
model="inworld-tts-1-max",
model="inworld-tts-1",
),
)