How to Build a Large Action Model (LAM): Custom GPTs + Zapier AI Actions

  Рет қаралды 4,958

Leon Petrou

Leon Petrou

Күн бұрын

Пікірлер: 38
@MrKB_SSJ2
@MrKB_SSJ2 5 ай бұрын
This isn't a large action model. A large action model is supposed to perform live actions and interactions with the app based on the user prompts
@LeonPetrou
@LeonPetrou 5 ай бұрын
Thanks for your comment! The term "Large Action Model" (LAM) is relatively new and isn't formally established within the AI or machine learning community, so it depends how you define it. You get two types of LAMs, LAMs with API access and LAMs without API access. If we define an LAM as an AI model which can trigger actions then an LLM with API access, when integrated into a system that includes action-triggering capabilities (like through Zapier, as in this video), then it could be considered an LAM. However, if an LAM is considered to be specifically about the model's inherent capabilities trained through reinforcement or supervised learning techniques, which doesn't require API access, then that would be considered an LAM (like Rabbit's R1).
@giosterr44
@giosterr44 3 ай бұрын
Bruh
@lmpincel
@lmpincel 7 күн бұрын
@@LeonPetrou Actually no. I'm sorry but a LAM with access to API is simply a LLM. There is an action, that is the API request, but it's not what qualifies it as a LAM. The LAM will, for example, scrape website and know how to use it, like a "normal" person, you should use a LLM to convey the information to the User forward and backwards. Also Rabbit's R1 was supposed to be a LAM, but by reviewing the code, it's simply API's, its not like the CEO described a LAM.
@agoogleuser6937
@agoogleuser6937 3 күн бұрын
3:08 How to disable/bypass the “human in the loop” step?
@DarrenAllatt
@DarrenAllatt 3 ай бұрын
You would have been better to just upload the google sheet to the assistant as a knowledge base, and then only call the zappier endpoint to email you if an answer is not in the knowledge base.
@agoogleuser6937
@agoogleuser6937 3 күн бұрын
I find the method of the video more efficient
@cgc2300
@cgc2300 2 ай бұрын
hello could I ask you a few questions to try to understand how GPT works
@strategy419
@strategy419 5 ай бұрын
My question is : why you didnt just upload the sheet to the gpt knowledge? other than having it to access live data?
@LeonPetrou
@LeonPetrou 5 ай бұрын
Great question. You can definitely do that to just get the GPT to answer your questions, but you won't be able to update the sheet with a new row directly in the GPT if the Q&A pair doesn't exist, so you'd have to do this manually. Plus you'd have to open up your email software e.g. gmail and manually reply to the email and paste the answer then click send. This way will do that all automatically for you. So it is a time saving. This is just one example of a process, but there are thousands of these kinds of time saving actions available within this Zapier integration.
@cgc2300
@cgc2300 3 ай бұрын
Hello Could you give me examples so that I understand how the APIs work or more precisely the results that I could obtain depending on the different apps that I use? Do you know if there is a site that can give me examples of using GPTs with API just to have examples?
@cgc2300
@cgc2300 3 ай бұрын
hello is there a GPT to which I could give my ideas and my objectives and that it tells me how to build a m on where the prompts and if I should add a database and APIs? I ask the cat but he doesn't know how to do it, I don't think he's very intelligent and thank you for the videos
@cgc2300
@cgc2300 2 ай бұрын
hello so in the first comment that I sent you about a month ago I told you that I have several ideas but I don't know if these are feasible To try to understand how the knowledge base and actions work when I create a GPT I would like to try to understand with some examples If I want to take a chess course thanks to chatgpt, can you explain to me why I should create a small database of 10 PDFs for him when I can ask him to fetch the information on the web and there it will have a bigger database made up of 100 billion pieces of data (the database must consist only of PDF? I cannot make a database consisting of a Google sheet or Excel or other sheet which contains KZbin URL tutorial links?) And regarding the actions, again can you explain to me what the purpose of doing an action will be? I am French and I use Google translate to translate so the translation is very bad and chatgpt uses Google Translate I believe since its translation is also very bad
@mylardochery8541
@mylardochery8541 5 ай бұрын
What's the difference between your udemy course and your bootcamp for RPA Dev?
@LeonPetrou
@LeonPetrou 4 ай бұрын
Udemy course only covers Level 1 (Fundamentals of RPA) which is only 20 hours of content. Whereas, the new Complete RPA Bootcamp covers: - Level 1 (Fundamentals of RPA) - Level 2 (Enterprise RPA) - Level 3 (Intelligent RPA) Totalling over 80 hours of content. The udemy course will take you from Beginner to Intermediate and the Bootcamp will take you from Intermediate to Advanced. You can see what others are saying about the Bootcamp here: www.completerpabootcamp.com/testimonial
@mylardochery8541
@mylardochery8541 4 ай бұрын
@@LeonPetrou Is the bootcamp self paced or live courses? What if we have questions, is there like a discord channel where we can reach you and ask questions when we are stuck?
@LeonPetrou
@LeonPetrou 4 ай бұрын
@@mylardochery8541 Hi Mylardo, I see you've already enrolled and happy to have you as our newest member of the Complete RPA Bootcamp. I've already answered you via email but will just answer here again incase anyone reading this is interested. So it is a self-paced video course (no live content). You get lifetime access to all the videos in the course and all future updates. And we don't have a discord but do have a private Facebook group for member Q&A that you also get lifetime access to.
@estebandelgadillo8865
@estebandelgadillo8865 5 ай бұрын
Did Zapier change their instructions? I can't find the Zapier instructions with the URL you list.
@LeonPetrou
@LeonPetrou 5 ай бұрын
Yes, thanks for pointing this out, they moved the instructions from the /docs page to the /guides page. Here is the new instructions URL: actions.zapier.com/guides/platform/gpt
@LeonPetrou
@LeonPetrou 4 ай бұрын
It's now returned back to the original link: actions.zapier.com/docs/platform/gpt
@movidiumnetwork4898
@movidiumnetwork4898 5 ай бұрын
This is not a large action model.
@LeonPetrou
@LeonPetrou 5 ай бұрын
Thanks for your comment! The term "Large Action Model" (LAM) is relatively new and isn't formally established within the AI or machine learning community, so it depends how you define it. You get two types of LAMs, LAMs with API access and LAMs without API access. If we define an LAM as an AI model which can trigger actions then an LLM with API access, when integrated into a system that includes action-triggering capabilities (like through Zapier, as in this video), then it could be considered an LAM. However, if an LAM is considered to be specifically about the model's inherent capabilities trained through reinforcement or supervised learning techniques, which doesn't require API access, then that would be considered an LAM (like Rabbit's R1).
@JudahCrowe-ej9yl
@JudahCrowe-ej9yl 4 ай бұрын
He isn't wrong on this point ☝️
@stevechong65
@stevechong65 5 ай бұрын
Great explanation! The video deserves more likes and shares!
@LeonPetrou
@LeonPetrou 5 ай бұрын
Much appreciated Steve!
@cgc2300
@cgc2300 3 ай бұрын
Hello
@ababiya_worku
@ababiya_worku 4 ай бұрын
tissshhhh! nahh
@agoogleuser6937
@agoogleuser6937 Күн бұрын
Could this be a solution for community.openai.com/t/how-to-enlarge-chatgpt-memory-memory-full-issue/918986 ?
Rabbit R1 review: somehow worse?
14:18
The Verge
Рет қаралды 196 М.
МЕБЕЛЬ ВЫДАСТ СОТРУДНИКАМ ПОЛИЦИИ ТАБЕЛЬНУЮ МЕБЕЛЬ
00:20
Alat yang Membersihkan Kaki dalam Hitungan Detik 🦶🫧
00:24
Poly Holy Yow Indonesia
Рет қаралды 11 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 26 МЛН
Transformers, explained: Understand the model behind ChatGPT
24:07
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,4 МЛН
AI Pioneer Shows The Power of AI AGENTS - "The Future Is Agentic"
23:47
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
pixegami
Рет қаралды 226 М.
I turned a book into a GPT (super learning method)
18:00
AI Foundations
Рет қаралды 103 М.
Custom GPT Actions with Zapier (Step-By-Step tutorial)
26:09
Sandeep Kaistha | Flipbytes
Рет қаралды 5 М.
7 No-Code + AI  Tools That Can Make You a Millionaire
22:15
WeAreNoCode
Рет қаралды 275 М.
9 incredible AI apps that changed my life forever
16:29
Silicon Valley Girl
Рет қаралды 197 М.
МЕБЕЛЬ ВЫДАСТ СОТРУДНИКАМ ПОЛИЦИИ ТАБЕЛЬНУЮ МЕБЕЛЬ
00:20