microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

Option to disable Speech feature (hide microphone) #219

Closed leongj closed 1 year ago

leongj commented 1 year ago

Users have requested the ability to disable the Speech recognition feature.

Created a new environment variable: NEXT_PUBLIC_SPEECH_ENABLED

This will hide the microphone icon in the frontend (which also disables text-to-speech reading back the response from the AI, because that only runs when the microphone was used).

This will not delete the Azure Speech resource.

Documentation has been updated -- except for the architecture diagram which needs to have speech added.