
Ultimate access to all questions.
You have been assigned the task of integrating Azure OpenAI Service into a chatbot application. The chatbot should be able to generate natural language responses based on user inputs. Describe the steps you would take to achieve this integration.
A
Provision an Azure OpenAI Service resource, select the GPT-3 model, and implement a mechanism in the chatbot application to submit user inputs to the model's API endpoint and receive natural language responses.
B
Use Azure CLI to create an Azure OpenAI Service resource, choose the DALL-E model, and implement a mechanism in the chatbot application to submit user inputs to the model's API endpoint and receive image generation responses.
C
Deploy an Azure OpenAI Service resource using Azure PowerShell, select the Codex model, and implement a mechanism in the chatbot application to submit user inputs to the model's API endpoint and receive code generation responses.
D
Use Azure Resource Manager (ARM) templates to deploy an Azure OpenAI Service resource, choose the GPT-3 model, and implement a mechanism in the chatbot application to submit user inputs to the model's API endpoint and receive natural language responses.