In this video you'll learn how OpenAI GPT Functions and Function Calling works, and how to use them to build a full stack application with Replicate and Next.js.
✨ Resources ✨
🔗 Codebase - https://github.com/dabit3/openai-functions-god-app
🔗 Release Blog Post - https://openai.com/blog/function-calling-and-other-api-updates
🔗 Replicate - https://replicate.com/
🔗 Function Calling Guide - https://platform.openai.com/docs/guides/gpt/function-calling
✨ Contents ✨
0:00 - Introduction
3:21 - Replicate overview
4:35 - Project setup
5:50 - Configuring API Keys
6:55 - Creating API Route
9:55 - Configuring the OpenAI Functions
19:15 - Interacing with Replicate
21:08 - Building the UI
25:07 - Testing it out