Completed
Create Environment Variables
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Incorporate ChatGPT into Your App with Qwik.js - Developing Smarter Apps With Generative AI
Automatically move to the next video in the Classroom when playback concludes
- 1 Catch-Up
- 2 What We'll Be Doing
- 3 Generate OpenAI Secret Key
- 4 OpenAI Reference and Authentication
- 5 Make the Initial HTTP Request
- 6 Integrate Prototype Into App
- 7 Test Form
- 8 Update Fetch Request with Prefill
- 9 Test Form Again
- 10 Obscure the API Key
- 11 Use QwikCity Actions
- 12 Test Frontend
- 13 Update Routes
- 14 Test Form
- 15 Explore Response
- 16 Test Form Again
- 17 About the QwikOptimizer
- 18 Create Environment Variables
- 19 Restart Dev Server and Test
- 20 Styling Cleanup
- 21 Add OpenAI Response to Page
- 22 Test Form
- 23 Conclusion