Getting Started with GPT Function Calling: MLQ Academy
In this video tutorial, we'll walk through how to get started with latest GPT 3.5/4 API update: function calling.
As OpenAI writes:
Developers can now describe functions togpt-4-0613
andgpt-3.5-turbo-0613
, and have the model intelligently choose to output a JSON object containing arguments to call those functions.
This is a new way to more reliably connect GPT's capabilities with external tools and APIs.
This is the video tutorial for this article and provides a walkthrough of the code.