Skip to main content

Explore the OpenAI GPT-3.5 Models

The goal of this 60-minute lab is to:

  • Understand the implementation and capabilities of the GPT-3.5 family of models
  • Learn how to use and customize natural language generative AI models using prompt engineering techniques
  • Understand the basics of integrating OpenAI models into applications with the API

If you like, you can follow along with a live recording of this lab on YouTube: Make Azure AI Real: Exploring Azure OpenAI Service.

Pre-requisites

You will need either an Azure Account or an OpenAI account to complete this lab.

If you do not have an Azure Account, you can create one create one for free and receive credits to create and use the services you will use for this lab.

The instructions in this lab refer to the experience using Azure OpenAI Service. There are slight differences when using OpenAI services, which are dicussed in the next section.

Sections

Once you have completed the Setup step, you can skip ahead to any of the other sections:

  1. Setup. Create and deploy the Azure OpenAI resource in the Azure Portal.
  2. OpenAI Setup. Alternatively, if you are using OpenAI, differences to be aware of for this lab.
  3. Explore Models. Understand the OpenAI natural language models available.
  4. Completions. Understand and experiment with prompts and completions.
  5. Tokens. Learn about tokens in OpenAI models.
  6. Applications. Learn about applications of natural language generative AI models.
  7. Conversations. Use the Chat playground.
  8. Prompt Engineering. Learn how to use prompt engineering to customize the behavior of the model.
  9. Using the API. Learn how to use integrate OpenAI models into applications via the API.
  10. Learnings and Resources. Recap and links for further learning.
  11. Extra Credit. If you have time, explore the capabilities of Bing Chat.

Feedback

We would love to hear your feedback on this lab. Please visit the Github repository for this lab and use the Discussions tab for comments, or the Issues tab for bugs or suggestions.