Completed
- Using the playground
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
AI Development for Non-Developers: Building a Simple GPT App in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Setup on our computer
- 3 - The Azure resources
- 4 - Creating a new hub
- 5 - Creating a new Azure OpenAI resource
- 6 - Adding connections to your hub
- 7 - Deploying a model
- 8 - Checking model availability
- 9 - View model key and endpoint
- 10 - Using the playground
- 11 - Three roles
- 12 - Creating our own GPT app
- 13 - How to authenticate to the AI service
- 14 - Role on the OpenAI resource
- 15 - Lack of memory problem
- 16 - Adding memory
- 17 - Adding list of dictionaries and system prompt
- 18 - Allow repeated user input
- 19 - Adding user input to the dictionary list
- 20 - Sending the list to the completion response
- 21 - Extracting just the message content in response
- 22 - Exit message
- 23 - Testing with message list
- 24 - Do we have full memory and context?
- 25 - Add assistant responses to list
- 26 - Tracking number of tokens
- 27 - Output the history at the end
- 28 - Total recall test
- 29 - Viewing model metrics
- 30 - Code review
- 31 - Summary of steps
- 32 - Next step challenge
- 33 - Use an orchestrator!
- 34 - Close