Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploying a ChatGPT Clone to a Server Using the OpenAI API
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Enable Chat with AI Bot
- 3 Obtain OpenAI API Key
- 4 Create Prompt Function
- 5 Create Database to Store Conversations
- 6 Import User Model
- 7 Add App to Installed Apps
- 8 Make Migrations & Save
- 9 Add Model to Admin.py
- 10 Create Form
- 11 Pass Form Data to API
- 12 Code Response Prompt
- 13 Store Message & Response in Database
- 14 Retrieve User History
- 15 Deploy Django One Click on Akamai
- 16 Connect to Server
- 17 Install Git
- 18 Create New Repo
- 19 Push App to Git
- 20 Obtain GitHub Token
- 21 Import Project
- 22 Pull Changes
- 23 Update PostgreSQL Database
- 24 Install psycopg2
- 25 Run Migrations
- 26 Test Web App
- 27 Conclusion