Skip to content

Commit

Permalink
reverted chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohini-Microsoft committed Jul 16, 2024
1 parent 38ccea2 commit bf908c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit bf908c8

Please sign in to comment.