Thank you Corbin! You finally made it click for me 🙏 One thing to note about the schema though: It's not the version OpenAI but of OpenAPI a widely used schema description language for APIs.
Yea defiantly, in the meantime I show how API request work in the context of Zapier which you might find interesting: ruclips.net/video/kjcWoF_BLsk/видео.html&ab_channel=Corbinai
I’m struggling to get a gpt to communicate with the Spotify API. I created the app on the dev portal, got the client ID and key, and set up the redirect URL, but keep getting issues with Client ID and Redirect url. I got it to pull up the Spotify login once but even then it sent me back to ChatGPT with a no plugin error. Could you make a tutorial on OAuth2 and the Spotify API?
🎉Wounderful sir. Thank you for your contents, i really appreciate what you are doing. Please, i just started with your channel, i saw a playlist of the Zapier automation for business, i was about to getting into that then your new playlist came which is the coolest thing because you are moving very fast which is absolute beautiful. Please, would recommend i just innovative along with this new playlist or would i still be needing some previous knowledge to meet up like the Zapier business automa. Because this channel is petty insane. Pushing 10x everyday. Nice work sir
Navigate to key moments👇 made via tubestamp.com 01:40 - Creating a new GPT in the Builder, demonstrating API calls. 02:49 - Adding actions, understanding schema for API access. 04:24 - Explanation of web hooks and software communication. 05:35 - Discussing authentication and its different types. 06:44 - Using GPT to access an API without an access token. 07:15 - Building a GPT to pass data with web hooks. 07:50 - Providing a URL that requires no authentication. 08:34 - Creating an action to receive a random quote. 09:02 - Using GPT to generate code for non-coders. 09:28 - Making code specific to the API call for correct output. 10:09 - Setting up GPT to receive data for a random quote action. 11:02 - Configuring GPT's purpose and testing the action. 15:39 - Discussing API and functions, potential applications. 15:54 - Option to prevent data usage in training. 16:47 - Discussing limited value of noof API for public app release. 17:05 - Future tutorial on API keys and ooth. Recap by TubeStamp ✏️
HELP PLS. I'm cracking my head on adding one action: connecting Google Calendar to it. I'm building personal assistant and can't add google calendar interaction. What schema should i use and how to connect it to personal calendar
You mention that they soak up the market from startups who were creating custom chatbots for certain industries or companies, however, I still cannot see after creating and training your GPT here how can you deploy it in third party websites? Thanks for the valuable content tho, loved it!
You can save it to allow access to "anyone with the link", and make the link available. To use the GPT though, an end user needs to be logged in to openai, and they also need a chat gpt plus account. This makes sense but is a shame. Would be better if a gpt could optionally be made available to anyone, logged in or not and gpt plus or not, and then the gpt creator is billed based on use by anyone not on gpt plus, and with usage caps to limit the impact of abuse. So right now it's fine for personal use, but not suitable for all potential use cases.
Amazing video! Thank you man! I actually made a “GPT’s Builder Assistant” to help me while i was following along with your video😅. Super helpful and as one with very basic coding knowledge i manage to create this Get Quote GPT using the API!. One question - how come that my GPT works without enabling internet browsing?? Thank you again and ill be here keeping following you new videos!!
Thanks for the support! I love that you created a GPT for creating GPT that sounds super powerful. In regards to web browsing, I am not sure if it was just a coincidence that when I requested the API, there was a server error, but I'm glad to see yours turned out and worked.
@@Corbin_Brown Yip I watched that cheers! it's literally the only clear info I could find on it, so great job. I was hopefully GPTs could actually ask the user for their APIky (eg from my saas app) in order to get user level auth, but now thinking (since watching your API one) that the OAuth way will be much better and seamless for that kind of use case.
Hi there, your videos have been really helpful. I like the style of working through development, finding and fixing errors and adding new functionality. Really great work! However, at 13:11, you say you DO need web browsing to make api calls work and I don't think that's true, because I indeed have web browsing turned off and my api calls are working fine. I believe you mentioned it in one of your more recent videos too. Can you check on this and what the issue is? It's working fine for me and I want to know why.
I have a problem right now trying to create an oath between gmail calendar and gpt if you Can Do some abt it. It will be good. Nice video by th way thanks 🎉🎉
There is no web browsing option in my playground. What am I missing? :) .. Also, can you explain how to construct post request with actual body?... BTW Video is a great!
Hey Corbin, I enjoy your content. Your work is truly exceptional. Would it be beneficial to develop and market GPTs for other languages like Portuguese?
Certainly, one strong use case would involve incorporating Portuguese language knowledge base files into the backend to enhance its ability to speak the language more fluently!
This video is exactly what I was looking for. A lot of people trying to add Actions and can't need to see this video. Thank you.
Glad to hear it!
Please keep going. Explain everything in the sites. Greatly appreciated. 😊
I am incredibly happy I found your Channel along with Wes Roth and Matt Wolfe! 🙏
Thank you Corbin! You finally made it click for me 🙏
One thing to note about the schema though: It's not the version OpenAI but of OpenAPI a widely used schema description language for APIs.
Man this content is fantastic. Much appreciated!!
Glad you enjoy it!
Happy to have found your channel. Can you make another video similar to this about API possibilities for the layman?
Yea defiantly, in the meantime I show how API request work in the context of Zapier which you might find interesting:
ruclips.net/video/kjcWoF_BLsk/видео.html&ab_channel=Corbinai
I’m struggling to get a gpt to communicate with the Spotify API. I created the app on the dev portal, got the client ID and key, and set up the redirect URL, but keep getting issues with Client ID and Redirect url. I got it to pull up the Spotify login once but even then it sent me back to ChatGPT with a no plugin error. Could you make a tutorial on OAuth2 and the Spotify API?
🎉Wounderful sir. Thank you for your contents, i really appreciate what you are doing. Please, i just started with your channel, i saw a playlist of the Zapier automation for business, i was about to getting into that then your new playlist came which is the coolest thing because you are moving very fast which is absolute beautiful. Please, would recommend i just innovative along with this new playlist or would i still be needing some previous knowledge to meet up like the Zapier business automa. Because this channel is petty insane. Pushing 10x everyday. Nice work sir
Is there a way to send and receive files to Google drive in the actions?
Do all the videos, we'll watch them, share them and apply them!!!! THX!!!!
Is it true that those with a GPT link need a Plus account to access it ? If so, then whats so special about this ?
Looking forward to oAuth! Thanks!!!
Has anyone encountered errors when using the POST method to transmit form-data?
Please bring the video with OAuth2. I'm receiving a error when saving my configuration
Thank you so much for this content
Thanks Corbin, waiting for your next video.
More to come!
So APIs fundamentally come in 3 forms:
1) No-Auth
2) API Keys
3) 0Auth
?
(explanation + context to this would be great)
Of course, check out the playlist at the end. We dive deep into each one and show how to leverage each one in this context.
Is my data protected if I build a custom, own GPT? Or is my data protected with the copyright shield / not used for training ChatGPT?
Just found you . . . subscribed!
Navigate to key moments👇
made via tubestamp.com
01:40 - Creating a new GPT in the Builder, demonstrating API calls.
02:49 - Adding actions, understanding schema for API access.
04:24 - Explanation of web hooks and software communication.
05:35 - Discussing authentication and its different types.
06:44 - Using GPT to access an API without an access token.
07:15 - Building a GPT to pass data with web hooks.
07:50 - Providing a URL that requires no authentication.
08:34 - Creating an action to receive a random quote.
09:02 - Using GPT to generate code for non-coders.
09:28 - Making code specific to the API call for correct output.
10:09 - Setting up GPT to receive data for a random quote action.
11:02 - Configuring GPT's purpose and testing the action.
15:39 - Discussing API and functions, potential applications.
15:54 - Option to prevent data usage in training.
16:47 - Discussing limited value of noof API for public app release.
17:05 - Future tutorial on API keys and ooth.
Recap by TubeStamp ✏️
Thank you so much!
It's a nice example for education purposes, but also uploading a pdf containing 1000s of quotes might be faster and use fewer resources.
How does it solve the easy-to-breach problem in GPTs?
Excellent. Thank you and subbed!
HELP PLS. I'm cracking my head on adding one action: connecting Google Calendar to it. I'm building personal assistant and can't add google calendar interaction. What schema should i use and how to connect it to personal calendar
Check out our most recent video one this:
ruclips.net/video/6HFp0ISO4XI/видео.html&ab_channel=Corbinai
You mention that they soak up the market from startups who were creating custom chatbots for certain industries or companies, however, I still cannot see after creating and training your GPT here how can you deploy it in third party websites?
Thanks for the valuable content tho, loved it!
You can save it to allow access to "anyone with the link", and make the link available. To use the GPT though, an end user needs to be logged in to openai, and they also need a chat gpt plus account. This makes sense but is a shame. Would be better if a gpt could optionally be made available to anyone, logged in or not and gpt plus or not, and then the gpt creator is billed based on use by anyone not on gpt plus, and with usage caps to limit the impact of abuse. So right now it's fine for personal use, but not suitable for all potential use cases.
Amazing video! Thank you man! I actually made a “GPT’s Builder Assistant” to help me while i was following along with your video😅. Super helpful and as one with very basic coding knowledge i manage to create this Get Quote GPT using the API!.
One question - how come that my GPT works without enabling internet browsing??
Thank you again and ill be here keeping following you new videos!!
Thanks for the support! I love that you created a GPT for creating GPT that sounds super powerful. In regards to web browsing, I am not sure if it was just a coincidence that when I requested the API, there was a server error, but I'm glad to see yours turned out and worked.
Awesome. Would love a detailed one on using APIkey auth or Oauth for user level authentication. That I'm sure if puzzling a lot of people (and me :)
The API video came out yesterday, and I plan on implementing OAuth very soon!
@@Corbin_Brown Yip I watched that cheers! it's literally the only clear info I could find on it, so great job.
I was hopefully GPTs could actually ask the user for their APIky (eg from my saas app) in order to get user level auth, but now thinking (since watching your API one) that the OAuth way will be much better and seamless for that kind of use case.
Hi there, your videos have been really helpful. I like the style of working through development, finding and fixing errors and adding new functionality. Really great work!
However, at 13:11, you say you DO need web browsing to make api calls work and I don't think that's true, because I indeed have web browsing turned off and my api calls are working fine. I believe you mentioned it in one of your more recent videos too. Can you check on this and what the issue is? It's working fine for me and I want to know why.
Yea this is true! Check out my recent video on API with GPTs that I clarify this:
ruclips.net/video/6P6MQ_j73mI/видео.html&ab_channel=Corbinai
Cool thanks for explaining.
Solid video! New sub. Looking forward to more on GPTs and APIs. Curious what your thoughts are in regards to GPTs vs GPT Assistant in the playground.
I'm going to explore more about the Assistant API in future videos, as I see this as powerful in providing value outside the contexts of GPTs.
Subscribed 😊
awesome dude
Thanks!!
I have a problem right now trying to create an oath between gmail calendar and gpt if you Can Do some abt it. It will be good.
Nice video by th way thanks 🎉🎉
We will cover OAuth implementation later this week, going over everything we should know!
@@Corbin_Brown Great video! I'm looking forward to this one as well!
There is no web browsing option in my playground. What am I missing? :) ..
Also, can you explain how to construct post request with actual body?...
BTW Video is a great!
I try man but its."here" overload here and i cant unhear it and its prompting me to go insane
Hey Corbin, I enjoy your content. Your work is truly exceptional. Would it be beneficial to develop and market GPTs for other languages like Portuguese?
Certainly, one strong use case would involve incorporating Portuguese language knowledge base files into the backend to enhance its ability to speak the language more fluently!
🎉🎉🎉🎉🎉thé first one yeahhh🎉🎉🎉🎉
Bro, you're a beast. 🚀
your videos are really good just please get a better mic
It really sucks when GPT shows the allow button and url of api, WTF? I hope they will delete this, nobody on websites doing this
You don't even need actions. You can tell chatgpt to an specific web page and parse the response
Try accessing google maps
@@swanidhi not all webpages but some
🙌🙌🙌
You need to level your mic, it's way to low.
Please do something about your audio?
Think its through the ear buds it sounds.
"full stack ai engineer" who doesn't even know what an api is 😂
So Auth API …