From 43a2dc436ac776d7957e2b6e7e9b72a065e1a218 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Wed, 29 Mar 2023 11:06:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40224b..2ffe58a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ async def main(): prompt_preamble="Have a pleasant conversation about life", ), ), - synthesizer_config=AzureSynthesizer( + synthesizer=AzureSynthesizer( AzureSynthesizerConfig.from_output_device(speaker_output) ), )