How to set up streaming of responses from an Azure Function API, which is designed to utilize Azure OpenAI
How can I set up streaming of responses from an Azure Function API, which is designed to utilize Azure OpenAI using Python language, to be consumed by an Angular UI application? This Angular UI application communicates with the Azure Function API through a .NET Core API intermediary. What steps are needed to achieve this streaming functionality effectively?