An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
I found what I was looking for - https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/notebooks/chat-read-retrieve-read.ipynb
Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to make API calls via Python to Azure Open AI chat with your own data? I know there is a way to make API calls to the base GPT model, but it doesn't work when I add my own data.
Most tutorials use the Chat Playground UI for the chat part. I was wondering if there is a way to make API calls to make some things easier.
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
I found what I was looking for - https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/notebooks/chat-read-retrieve-read.ipynb
Thank you!