AI-050T00: Develop Generative AI Solutions with Azure OpenAI Service
Azure OpenAI Service provides access to OpenAI’s powerful large language models such as GPT; the model behind the popular ChatGPT service. These models enable various natural language processing (NLP) solutions to understand, converse, and generate content. Users can access the service through REST APIs, SDKs, and Azure OpenAI Studio. In this course, you’ll learn how to provision Azure OpenAI service, deploy models, and use them in generative AI applications.
Description
Overview
Azure OpenAI Service provides access to OpenAI’s powerful large language models such as GPT; the model behind the popular ChatGPT service. These models enable various natural language processing (NLP) solutions to understand, converse, and generate content. Users can access the service through REST APIs, SDKs, and Azure OpenAI Studio. In this course, you’ll learn how to provision Azure OpenAI service, deploy models, and use them in generative AI applications.
Course Objectives
After completing this course, students will be able to:
- Gain a comprehensive understanding of the fundamentals and operations of Azure OpenAI Service
- Develop intelligent applications using Generative AI to address real-world challenges
- Effectively leverage Azure resources to enhance AI capabilities and efficiency
- Recognize and address the ethical considerations associated with AI usage
- Efficiently handle data to make AI-driven predictions and improve decision-making
- Troubleshoot common issues related to Azure OpenAI Service to ensure smooth operation
- Master the deployment and management of Generative AI models on Azure, enabling the implementation of efficient and scalable AI solutions
Who Should Attend
The audience for this course includes software developers and data scientists who need to use large language models for generative AI. Some programming experience is recommended, but the course will be valuable to anyone seeking to understand how the Azure OpenAI service can be used to implement generative AI solutions.
Course Outline
Module 1: Get started with Azure OpenAI Service
This module provides engineers with the skills to begin building an Azure OpenAI Service solution.
- Access Azure OpenAI Service
- Use Azure OpenAI Studio
- Explore types of generative AI models
- Deploy generative AI models
- Use prompts to get completions from models
- Test models in Azure OpenAI Studio's playgrounds
Lab
- Get started with Azure OpenAI Service
By the end of this module, you'll be able to:
- Create an Azure OpenAI Service resource and understand types of Azure OpenAI base models.
- Use the Azure OpenAI Studio, console, or REST API to deploy a base model and test it in the Studio's playgrounds.
- Generate completions to prompts and begin to manage model par
Module 2: Build natural language solutions with Azure OpenAI Service
This module provides engineers with the skills to begin building apps that integrate with the Azure OpenAI Service.
- Integrate Azure OpenAI into your app
- Use Azure OpenAI REST API
- Use Azure OpenAI SDK
Lab
- Integrate Azure OpenAI into your app
By the end of this module, you'll be able to:
- Integrate Azure OpenAI into your application
- Differentiate between different endpoints available to your application
- Generate completions to prompts using the REST API and language specific SDKs
Module 3: Apply prompt engineering with Azure OpenAI Service
Prompt engineering in Azure OpenAI is a technique that involves designing prompts for natural language processing models. This process improves accuracy and relevancy in responses, optimizing the performance of the model.
- Understand prompt engineering
- Write more effective prompts
- Provide context to improve accuracy
Lab
- Utilize prompt engineering in your application
By the end of this module, you'll be able to:
- Understand the concept of prompt engineering and its role in optimizing Azure OpenAI models' performance.
- Know how to design and optimize prompts to better utilize AI models.
- Include clear instructions, request output composition, and use contextual content to improve the quality of the model's responses.
Module 4: Generate code with Azure OpenAI Service
This module shows engineers how to use the Azure OpenAI Service to generate and improve code.
- Construct code from natural language
- Complete code and assist the development process
- Fix bugs and improve your code
Lab
- Generate and improve code with Azure OpenAI Service
By the end of this module, you'll be able to:
- Use natural language prompts to write code
- Build unit tests and understand complex code with AI models
- Generate comments and documentation for existing code
Module 5: Generate images with Azure OpenAI Service
The Azure OpenAI service includes the DALL-E model, which you can use to generate original images based on natural language prompts.
- What is DALL-E?
- Explore DALL-E in Azure OpenAI Studio
- Use the Azure OpenAI REST API to consume DALL-E models
Lab
- Generate images with a DALL-E model
By the end of this module, you'll be able to:
- Describe the capabilities of DALL-E in the Azure openAI service
- Use the DALL-E playground in Azure OpenAI Studio
- Use the Azure OpenAI REST interface to integrate DALL-E image generation into your apps
Module 6: Use your own data with Azure OpenAI Service
Azure OpenAI on your data allows developers to use supported AI chat models that can reference specific sources of data to ground the response.
- Understand how to use your own data
- Add your own data source
- Chat with your model using your own data
Lab
- Use your own data with Azure OpenAI Service
By the end of this module, you'll be able to:
- Describe the capabilities of Azure OpenAI on your data
- Configure Azure OpenAI to use your own data
- Use Azure OpenAI API to generate responses based on your own data
Prerequisites
Before starting this course, you should already have:
- Familiarity with Azure and the Azure portal
- Experience programming with C# or Python