diff --git a/README.md b/README.md index 8626653..1141367 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ You will need an Azure Account or an OpenAI account to complete this lab. If you Visit [the lab website](https://revodavid.github.io/openai-prompt-engineering-lab/) to get started. +Watch a video recording of this lab on YouTube: [Make Azure AI Real: Exploring Azure OpenAI Service](https://www.youtube.com/watch?v=9auAlK1l39Q). + ## Overview This workshop will cover the following topics: diff --git a/docs/00-Introduction.md b/docs/00-Introduction.md index c1326be..f16e146 100644 --- a/docs/00-Introduction.md +++ b/docs/00-Introduction.md @@ -5,11 +5,13 @@ slug: / # Explore the OpenAI GPT-3.5 Models -The goal of this 45-minute lab is to: +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](https://www.youtube.com/watch?v=9auAlK1l39Q). + ## Pre-requisites You will need either an Azure Account or an OpenAI account to complete this lab.