How to Use OpenAI’s Function Calls with Next.js and Resend

Опубликовано: 13 Октябрь 2024
на канале: makrdev
1,298
57

OpenAI introduced a new feature called "Function Calls". From now on, you can get proper JSON response to call your external functions. Eventhough it's kinda primitive at the moment I think that it's the future of AI applications.

In this video I'll give you a proper introduction to function calls and show how you can send email with this feature.

Source Code: https://github.com/batuhanbilginn/ope...
Discord Channel:   / discord  

timestamps -
00:00 - Project Overview
01:29 - Setting Up Function Call Feature
07:43 - Consuming Function Call Response in Client Side
11:51 - Sending Email with Resend

#nextjs #typescript #functioncall #openai #resend