Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Create a ChatGPT A.I. Bot With Django and Python
Introduction and Setup
Introduction (2:30)
Install Python (2:51)
Sublime Text And Gitbash Terminal (3:21)
OpenAI API Key (1:57)
Virtual Environment (3:01)
Pip Install Libraries (2:18)
Create Our App! (3:34)
Create a Django App
Django Settings And URLS (3:32)
Build The Homepage (3:40)
Base.html and Bootstrap (4:28)
Add A Navbar (4:34)
Create the ChatGPT Response Area (2:11)
Create a WebForm with Bootstrap (4:38)
Add Form Processing (6:18)
OpenAI API
Setup an OpenAI Account (2:12)
Create the OpenAI Request (5:32)
Parse OpenAI Response (5:19)
Handle Multiline Responses (8:03)
Using The Database
Create the Database Model (5:06)
Save Data To The Database (2:27)
Create a Database Webpage (2:40)
Query The Database on the Web Page (2:33)
Delete Items form the Database (8:24)
Set up Error Handling (2:45)
Create Pagination
Set Up Pagination (3:40)
Understanding Pagination Variables (3:23)
Next - Last Pagination (3:53)
Pagination Webpage Numbers (7:16)
Finishing Up (0:43)
Create the OpenAI Request
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock