Hi all,
How are we supposed to make Async calls to the Azure API.
I see we can do so in the OpenAI API using the following example:
Is there a similar solution for Azure?
Thanks
Hi all,
How are we supposed to make Async calls to the Azure API.
I see we can do so in the OpenAI API using the following example:
Is there a similar solution for Azure?
Thanks
I found the answer in the Python Client github repo. AsyncAzureOpenAI() is the correct method of making async API calls on Azure