Completed
Conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Your Own AI Chatbot with OpenAI API and Linode - A Step-by-Step Guide From Code With Harry
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Install Django and make a new project
- 3 Start Python Server
- 4 Create URLs.py
- 5 Create Index.html
- 6 Create Navbar
- 7 Create Heading
- 8 Insert Boostrap Chat
- 9 Insert OpenAPI Playground
- 10 Import json Response in Django
- 11 Import CSRF Token
- 12 Add Event Listeners for Prompt Response
- 13 Create Prompt Variable
- 14 Reload and Test Prompt
- 15 Setup Prompt to clear after each response
- 16 Wrap response text
- 17 ChatGPT Limits
- 18 Deploy to Linode
- 19 Conclusion