From bf908c8c3590fb42312f4f387a93003b17b3f261 Mon Sep 17 00:00:00 2001 From: Rohini-Microsoft Date: Tue, 16 Jul 2024 17:01:32 +0530 Subject: [PATCH] reverted chnages --- code/create_app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/create_app.py b/code/create_app.py index 930e87937..a64b2245a 100644 --- a/code/create_app.py +++ b/code/create_app.py @@ -436,7 +436,6 @@ def speech_config(): if response.status_code == 200: return { "token": response.text, - "key": speech_key, "region": env_helper.AZURE_SPEECH_SERVICE_REGION, "languages": env_helper.AZURE_SPEECH_RECOGNIZER_LANGUAGES, }