How To Add ANY Production-Ready API To Your Custom GPT

  Рет қаралды 6,736

VRSEN

VRSEN

Күн бұрын

🚀 Elevate your GPT game by integrating any API effortlessly! 🛠️💻 Learn with our step-by-step guide! 🌐🔗
🐙GitHub Repo: github.com/VRSEN/custom-gpt-a...
🚀Custom AI Solutions: www.vrsen.ai/
🤝Need help with your next AI project? calendly.com/vrsen/ai-project...
🐦Twitter: / __vrsen__
Intro - 0:00
Building API - 0:34
Testing GA4 GPT - 8:16
How to Add Your Own Functions - 9:53
Conclusion - 11:16
About: Discover how to seamlessly integrate any API into your custom GPT with this insightful video tutorial. Learn the step-by-step process of deploying a serverless API using Firebase functions, ensuring scalability and efficiency. The tutorial includes a practical example of connecting the Google Analytics Data API to a custom GPT, providing a template for handling data-driven decisions with ease. Additionally, the video guides you through creating robust internal applications with custom logic, adaptable for various business needs. Perfect for AI developers and tech enthusiasts looking to enhance their GPT applications with external APIs.

Пікірлер: 51
@albertpeng9999
@albertpeng9999 6 ай бұрын
Great tutorial! Another more advanced tutorial about how to integrate OAuth to let the user login first before accessing the rest of the APIs will be great! thanks again for your excellent work!
@krisszostak4849
@krisszostak4849 6 ай бұрын
I selected "Chinese" and it worked too!! :D
@TheKyeesa
@TheKyeesa 6 ай бұрын
Great video. I'd love to see a more indepth longer vidoes that have multiple functionality for a specific business case you have done :-)
@vrsen
@vrsen 6 ай бұрын
Got it. Thank you for the suggestion, I will try to do this
@aimattant
@aimattant 3 ай бұрын
Blew me away! I have a lot to learn before I get to that level - cheers.
@ev_casey
@ev_casey 5 ай бұрын
This video is incredible, thank you so much for not only sharing some practical knowledge, but helping pull back the curtain on a paradigm shift. Yes please, I'd love to see more on an oauth solution, that validates and monitors key/request usage as part of a middle tier! That is what I was actually looking for when I came across this video! Cheers!
@agentDueDiligence
@agentDueDiligence 6 ай бұрын
Good to see that your dev-work is in-line with the last video! I have implemented this system with my own usecase and it is working out quite fine! You have to play around a little bit with the agent-setup & the different tools and possibilities, but man, this stuff is wonderful. Thanks for sharing API-driven ideas now as well!
@jdubtd10
@jdubtd10 6 ай бұрын
Awesome tut Vrsen - I hit a snag with getting the firbase url and posted the issue to github repo. Left this to comment before but I think it was deleted because I posted the github issue link!
@AndrewSharpe7
@AndrewSharpe7 4 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 🚀 *Setting up Firebase functions and creating a new project* - Installing the Firebase CLI and initializing Firebase functions - Selecting the project language and installing dependencies - Generating a token for authentication and setting up Google Analytics client 02:06 🔒 *Authenticating and setting up Google Analytics client* - Setting up token authentication for the API - Retrieving and comparing the token for authentication - Initializing the Google Analytics client and setting up service account key 03:57 📊 *Setting up Google Analytics API and defining OpenAPI function schema* - Enabling and managing the Google Analytics API - Setting up service account key and adding it to the Google Analytics account - Defining the OpenAPI function schema using the instructor library 06:05 🛠️ *Completing the main logic and deploying the function* - Unpacking request data and validating against the schema - Constructing a request body for the Google Analytics API - Returning the data from the report and deploying the function 08:12 💼 *Creating custom logic and additional endpoints for custom GPT* - Adding new functions for custom logic and endpoints - Defining the schema for the new function - Completing the main logic for the new endpoint 09:48 🚀 *Publishing and sharing your custom GPT* - Adding a privacy policy URL for sharing the GPT - Publishing the GPT to be accessible only to people with the link - Sharing the GPT with your organization or clients 10:16 🛠️ *Example: Creating a simple calculator endpoint* - Creating a new function for a calculator endpoint - Defining the schema for the calculator function - Completing the main logic for the calculator endpoint 11:24 📈 *Strategic approach to custom GPT development* - Considering the uniqueness and viability of your GPT idea - Customizing solutions for specific business needs - Leveraging custom logic and APIs to enhance functionality Made with HARPA AI
@mirad7672
@mirad7672 6 ай бұрын
Great tutorial! Public access will be great to explain.
@PIOT23
@PIOT23 6 ай бұрын
Interested to learn how to let anyone connect…also great info thanks!
@icris_studio
@icris_studio 5 ай бұрын
Thanks Mate..
@7polletes
@7polletes 6 ай бұрын
Watching it again. Very interested on the possibility of making GPT auths for multiple users. Thanks again you are the best.
@lpaydat
@lpaydat 4 ай бұрын
Totally agreed with you. If the idea is so great, OpenAI will do it themselves T_T
@coachdennis6139
@coachdennis6139 6 ай бұрын
Love this. A WOW! insight.
@naytron210
@naytron210 6 ай бұрын
Man, great content. Sub earned.
@milmanal
@milmanal 5 ай бұрын
Great video, really to the point I want to create a marketplace to match job posts with applicants. i would like both the job creators and the job seekers to be able to submit their requirements via a chatbot (chatgpt e.g) as well as a structured form. So ideally i'd like the llm to push the postings into the db, and also call an api function to pull the potential matches from the postings to the applicant requirements. Would be happy with some help about gpt's populating and querying db's with dynamic data
@thesupunc
@thesupunc 5 ай бұрын
Thank you for the video. I have a question, can we do the same for the Google Map API?
@joaocerejeira
@joaocerejeira 2 ай бұрын
thanks a lot for this video it is exactly what I was looking for!! just a hiccup- locally it works but when I try to deploy firebase I get this error: ModuleNotFoundError: No module named 'instructor' I need to manually add instructor to the project right? thanks again your ideas are great congrats!
@shaunpx1
@shaunpx1 6 ай бұрын
great video, I would love to see more in depth videos of using pydantic and instructor!
@vrsen
@vrsen 6 ай бұрын
Yes! Coming up
@colbyflood
@colbyflood 4 ай бұрын
It would be great to see this with the Auth option for public users.
@chriswilke9197
@chriswilke9197 5 ай бұрын
Thank you. This is terrific. My Ask Is it possible to call a Firebase Function using the OpenAI Assistant Functions inside the Playground? Why? 1. I was trying to do exactly this, but I don't see a place to Authenticate a Function inside the Playground. 2. I wanted to have the AI Assistant be accessible via an API endpoint AND wanted to have that Assistant able to call other functions exactly as you did here.
@RakeshMakhija
@RakeshMakhija 6 ай бұрын
Thanks, this is of great help. Could you please show an example of public application as well?
@vrsen
@vrsen 6 ай бұрын
Ok, will do once GPT Store comes out
@RakeshMakhija
@RakeshMakhija 6 ай бұрын
@@vrsen Thank you 🙏🏻
@Jay_Templeton
@Jay_Templeton 5 ай бұрын
Is there a variation of this for the Assistant API Functions? How different are they from GPTs Actions?
@justjase1576
@justjase1576 6 ай бұрын
Excellent video and channel! Subbed! Can I ask a quick question? I want to run local models (from huggingface) and have my eye on a MacBook Pro for this purpose, mainly for the low power footprint and mobility. As I am learning to fine tune these models (potentially in the cloud) and plan to test inference locally, would 64GB RAM suffice in an M1/M2/M3 Max? or, is my money better spent on something like Google Colab instead? I'd really appreciate your advice on this, if you can. Thanks a lot. :)
@jeffb6305
@jeffb6305 6 ай бұрын
How concerned are you about the viability of OpenAI ? Should we be looking at other options to build workflows?
@MrJ17J
@MrJ17J 6 ай бұрын
Can you do the same but hosted inside of a company's infrastructure rather than on OpenAI's ? I also imagine you can do the same for other analytics tools.
@dacool731
@dacool731 6 ай бұрын
Отличное видео. Спасибо большое.
@vrsen
@vrsen 6 ай бұрын
Спасибо за просмотр!)
@7polletes
@7polletes 6 ай бұрын
Thanks man
@vrsen
@vrsen 6 ай бұрын
Thanks for watching!
@vampirekabir8356
@vampirekabir8356 6 ай бұрын
big fan, bor how do u make your circle videoes ?which software?
@vrsen
@vrsen 6 ай бұрын
What circle video? My editor is using premiere
@vinci_irl
@vinci_irl 6 ай бұрын
How do you think these might be used/sold after being created? Is there a way to deploy them as standalone applications? Aren't the links to custom-made GTPs only available to GTP4 users?
@vrsen
@vrsen 6 ай бұрын
You can connect this api to gpt model in your own application with custom ui. You can checkout some open source interfaces on GitHub like chatbot-ui
@TheAcSstudio
@TheAcSstudio 6 ай бұрын
after firebase init functions i get "Failed to authenticate, have you run firebase login?".. stuck.
@Ryan-yj4sd
@Ryan-yj4sd 6 ай бұрын
Thanks. How to connect a fast api server?
@vrsen
@vrsen 6 ай бұрын
You don’t need fast api server with this code. Fast api is much harder to maintain and more costly
@Adrian_Galilea
@Adrian_Galilea 6 ай бұрын
My main concern with GPT's is security, Haven't they been leaking everything, even API keys? Or is this just from poor implementations? I don't understand this oversight if that's the case
@Nursultan_karazhigit
@Nursultan_karazhigit 6 ай бұрын
Спасибо за видео ! Можно ли GPTS интегрировать в инстаграмм или ватсапп?
@MrJ17J
@MrJ17J 6 ай бұрын
Video idea: Something no one talks about: how does the API application look like in a real business data infrastructure (ETL/output) ?
@wanderingzanzey2126
@wanderingzanzey2126 4 ай бұрын
still prefer cloudflare workers tbh
@jorgesagasti
@jorgesagasti 5 ай бұрын
Hi, I am getting a "ModuleNotFoundError: No module named 'google.analytics'" when I try to deploy. Can you help me?
@aimademerich
@aimademerich 5 ай бұрын
Phenomenal 🦾🦾🦾
Make it faster - Android Developers Backstage
1:00:52
Android Developers
Рет қаралды 4,4 М.
The BEST Way to Add Your Custom GPT to Website for FREE
8:02
¡Puaj! No comas piruleta sucia, usa un gadget 😱 #herramienta
00:30
JOON Spanish
Рет қаралды 22 МЛН
How To Run Llama 3 8B, 70B Models On Your Laptop (Free)
4:12
School of Machine Learning
Рет қаралды 10 М.
Replacing my Agency with an Agent Swarm…
11:56
VRSEN
Рет қаралды 32 М.
Azure AI Search: Generating the right answers, every time
19:40
Microsoft Developer
Рет қаралды 17 М.
Build an AI app with FastAPI and Docker - Coding Tutorial with Tips
35:18
The Complete Guide to Building AI Agents for Beginners
28:43
10 Secrets for BETTER ChatGPT Outputs! (Important)
26:57
AI Foundations
Рет қаралды 20 М.
Carregando telefone com carregador cortado
1:01
Andcarli
Рет қаралды 1,9 МЛН
5 НЕЛЕГАЛЬНЫХ гаджетов, за которые вас посадят
0:59
Кибер Андерсон
Рет қаралды 710 М.
Карточка Зарядка 📱 ( @ArshSoni )
0:23
EpicShortsRussia
Рет қаралды 275 М.
How Neuralink Works 🧠
0:28
Zack D. Films
Рет қаралды 32 МЛН
What’s your charging level??
0:14
Татьяна Дука
Рет қаралды 7 МЛН