Completed
- Get User Input
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Write a ChatGPT Chatbot with Node.js
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Getting Setup
- 3 - OpenAI API Key
- 4 - OpenAI Library Setup
- 5 - Chat Completion Example
- 6 - Creating The Chatbot
- 7 - ReadlineSync Example
- 8 - Get User Input
- 9 - Exiting The Program
- 10 - Chat Completion for Chatbot
- 11 - Trying Out The Bot
- 12 - Storing The Chat History
- 13 - Update Chat History
- 14 - Final Test