ChatGPT Functions - Full Tutorial for Using OpenAI Functions
Adrian Twarog via YouTube
-
175
-
- Write review
Overview
Syllabus
- Introduction
- What are ChatGPT Functions
- OpenAI Setup and API Key
- VSCode NodeJS Setup for OpenAI Key
- ChatGPT Functions - Basic Example - Hello World
- Step 1 - Initialise API call to OpenAI ChatGPT Functions
- Step 1 - Setup OpenAI Function Call Syntax
- Step 2 - Check if ChatGPT wants to call a Function
- Step 3 - Identify Function To Call - Pass Variables - Call Function
- Step 4 - Prepare a return response from the function to ChatGPT
- Step 4 - Send ChatGPT Functions the return response
- Test ChatGPT Function - Summary
- ChatGPT Functions - Create Function - Time of day
- ChatGPT Functions - Expert Function - Web Scraper
- Conclusion - Download GitHub Project
Taught by
Adrian Twarog
Reviews
5.0 rating, based on 4 Class Central reviews
-
This tutorial series by Adrian Twarog, curated through Class Central, is an excellent, hands-on walkthrough for anyone interested in learning how to implement ChatGPT Functions using OpenAI's API. The course is logically structured, starting from t…
-
The course “ChatGPT Functions – Full Tutorial for Using OpenAI Functions” offers a clear, structured, and practical introduction to one of the most powerful capabilities in the OpenAI ecosystem—function calling. Designed for both beginners and intermediate developers, the tutorial stands out for its ability to simplify a complex concept without oversimplifying essential technical details.
-
The tutorial is well organised. You first get “What are ChatGPT functions?” then setup (API key, Node.js/VSCode), then a “Hello World” function, then more advanced examples (time-of-day, web scraper). The outline is explicitly visible in the video description.
-
Good for coding a function within chatgpt. Tutorial is self explanatory . Videos are on point and clearly shows how to create functions within Chatgpt