Connect custom GPT to Google (use external API to access internet)

Опубликовано: 08 Декабрь 2023
на канале: SerpApi, LLC
7,932
176

Recently, the OpenAI team announced custom GPTs, where you can build your own GPT that performs a specific task. The interesting part is that we can add custom and fresh knowledge to it, not only through uploading a PDF file but also by connecting it to the internet. In this video, we will see how to connect your custom GPT to the internet.

GPTs: create custom versions of ChatGPT that combine instructions, extra knowledge, and any combination of skills.

Specifically to Google. We will build an SEO helper tool that can analyze top-ranking results and useful information from Google SERP and return with advice for our next blog posts. We need two things for this. First, we need a subscription to chat GPT Plus. To be able to create the custom GPT itself and to connect to the internet or Google. For this sample, we're going to use serpapi.com

Google SERP API doc: https://serpapi.com/search-api
Blog post version (You can copy the OpenAPI schema from here): https://serpapi.com/blog/how-to-conne...

Create SEO helper and analysis with ChatGPT

Do you want a more flexible solution? You can do this similar action by using function calling from OpenAI, watch the video here:    • OpenAI Function Calling - Connect AI ...  

---

Chapters:
00:00 Intro
00:33 Preparation
00:48 Start building custom GPT
01:28 Give detailed instruction
02:54 Configure tab in GPT Builder
03:30 Add new action
03:44 What is OpenAPI schema?
05:25 Add OpenAPI schema to GPT Action
05:50 Fine tune GPT
06:22 Demo time! Test our SEO Helper
---

Other resources used in this video:
   • OpenAI DevDay: Opening Keynote   (Clip on the intro)
https://openai.com/blog/introducing-gpts
https://chat.openai.com/
https://swagger.io/specification/
https://support.smartbear.com/swagger...

---

What we cover in this video:
Connect custom ChatGPT to the internet
How to build your own custom GPT