Completed
Adding AI to the App
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to AI Engineering - OpenAI JavaScript Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 AI Engineering basics
- 2 The code so far
- 3 Polygon API sign-up & key
- 4 Get an OpenAI API Key
- 5 Overview of how the API works
- 6 An API call: OpenAI dependency
- 7 An API call: Instance and model
- 8 An API call: The messages array
- 9 A quick word about models
- 10 Prompt Engineering and a challenge
- 11 Adding AI to the App
- 12 Tokens
- 13 Playground
- 14 Temperature
- 15 The "Few Shot" Approach
- 16 Adding Examples
- 17 Stop Sequence
- 18 Frequency and Presence Penalties
- 19 Fine-tuning
- 20 Creating Images with the DALL·E 3 API
- 21 Intro to AI Safety
- 22 Safety Best Practices
- 23 You made it!
- 24 Learn secure & robust deployment strategies
- 25 Create a Cloudflare worker
- 26 Connect your worker to OpenAI
- 27 Update client side data fetching
- 28 Handle CORS and preflight requests
- 29 OpenAI API requests & responses
- 30 Create an AI Gateway
- 31 Error handling
- 32 Create & deploy the Polygon API worker
- 33 Fetch the stock data
- 34 Download files and push to GitHub
- 35 Deploy your site with Cloudflare Pages
- 36 Custom domains with Cloudflare
- 37 Recap & next steps