cannot import name ‘AzureOpenAI’ from ‘openai’
I’m getting this error when I’m trying to make a package and consume it in a flask app.
Using Batch API through AzureOpenAI
I want to use OpenAI’s Batch API . But I need to create the client using AzureOpenAI.
https://platform.openai.com/docs/guides/batch
Azure call automation with custom voice
I’ve created a voicebot using Azure call automation. I seek to integrate a custom voice, which I have trained and deployed. According to the Microsoft docs, you can simply use the endpoint of the custom voice model for tts in your call automation app. However, this does not seem to work.