AI-102 Question 439
Single answerYour organization is building a chatbot using Azure OpenAI to assist customers with product inquiries. You need to select and deploy an Azure OpenAI model optimized for natural language understanding and generation. The solution should also allow fine-tuning to align with the organization's specific domain language. Which Azure OpenAI model should you choose?
- A
GPT-4
- B
Codex
- C
DALL·E
- D
Embeddings
Show answer and explanation
Correct answer: A
Explanation
The GPT-4 model is the best choice for building a chatbot with Azure OpenAI because it excels in natural language understanding and generation, and it can be fine-tuned for specific use cases like aligning with an organization's domain language. Other options like Codex and DALL·E are tailored for different use cases such as code or image generation, making them unsuitable for this scenario.
- A. Correct.
GPT-4 is a state-of-the-art large language model optimized for natural language understanding and generation. It supports fine-tuning, making it suitable for aligning to specific domain requirements.
- B. Incorrect.
Codex is specialized for code generation and understanding, not general natural language tasks or chatbot-specific implementations.
- C. Incorrect.
DALL·E is designed for image generation from text prompts and does not support natural language understanding or fine-tuning for domain-specific tasks.
- D. Incorrect.
Embeddings are used for tasks like semantic search and similarity analysis and are not suitable for full-fledged chatbot development or natural language generation.