ChatGPT AP: Function Calling with Python JSON Output Example
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=BQWi3R6-TfM
How to use the ChatGPT Function Calling feature in Python, so you can get a JSON object as the output from the API response in your programs.
Note this is a developer tutorial and assumes you already know how to use the ChatGPT API.
Get the source code here:
https://puppycoding.com/2023/07/07/json-object-from-chatgpt-api/
00:00 Introduction
00:44 Handling the OpenAI API key
02:21 Preparing the input
03:10 Defining the function call
06:50 Creating the API request
10:55 Handling the ChatGPT JSON output response
PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=SDD5U7LUVKI
Other Videos By Coding Tech
Tags:
chatGPT
python
functions
function calling