Completed
- Step 4 - Prepare a return response from the function to ChatGPT
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ChatGPT Functions - Full Tutorial for Using OpenAI Functions
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - What are ChatGPT Functions
- 3 - OpenAI Setup and API Key
- 4 - VSCode NodeJS Setup for OpenAI Key
- 5 - ChatGPT Functions - Basic Example - Hello World
- 6 - Step 1 - Initialise API call to OpenAI ChatGPT Functions
- 7 - Step 1 - Setup OpenAI Function Call Syntax
- 8 - Step 2 - Check if ChatGPT wants to call a Function
- 9 - Step 3 - Identify Function To Call - Pass Variables - Call Function
- 10 - Step 4 - Prepare a return response from the function to ChatGPT
- 11 - Step 4 - Send ChatGPT Functions the return response
- 12 - Test ChatGPT Function - Summary
- 13 - ChatGPT Functions - Create Function - Time of day
- 14 - ChatGPT Functions - Expert Function - Web Scraper
- 15 - Conclusion - Download GitHub Project