How to Add Custom GPTs to Any Website Without Coding (OpenAI GPTs Tutorial)

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
in this video I'll be showing you step by step a super simple new method to add your custom gpts to any website in minutes without coding a few weeks ago I made a video showing you how to put custom gpts on websites which got a huge response there was a lot of custom code involved which I knew many of you struggled with so this video is supposed to be much shorter and it doesn't require any coding by the end of this video you'll know how to put your custom gpts on websites in minutes so that you can level up your business with AI or build and sell custom gpts to other businesses as an AI agency if you are new to the channel and don't know who I am my name is Liam otley and I run my own AI development company called Morningside Ai and I also run the largest community of AI agency owners in the world where my students learn how to make money selling AI solutions to businesses just like the website chatbot you're about to build let's get into it the way we'll be creating these custom gpts and rapidly deploying them to websites is with my new platform agentive myself and the team at morning side have created this platform to make creating managing and deploying agents dead simple for business owners looking to utilize a Workforce of AI agents or for agency owners looking to create and sell agents to other businesses in its current state agenta focuses on making the testing and deploying of your custom gpts as easy as possible you can sign up to agent of in the description below it is currently 100% free for all to use however we do have a 48 to 72 hour wait to get in as we slowly onboard new users so please be patient with us in this video I'll be creating a gold investing assistant that has a custom knowledge base of gold investing guides and a realtime gold price tool so when I talk about assistance I always talk about the three ingredients prompting knowledge and actions prompting is going to be telling it that it's an AI assistant for helping with gold investing then we have some knowledge based documents for gold investing and then we have a tool that gets the real time gold price for us step one is to head to agentive hub.com and here you can either join the wait list or you can sign in I'm already logged in so I can go to here and this is the assistant creation page I'm going to hit up to the create assistant button click create new assistant here we have a new assistant that's been created okay so we can rename it also say um description this is just a written description doesn't actually do anything for the functionality and then for the instructions I have a prompt ready to go that I'll paste in here so that's all of the prompting so ingredient one done we can go to the tool section here which I'll do in a second but I want to jump to the knowledge component next so we can upload files here and add knowledge to our knowledge base I'm going to go here I have uh some documents investing in gold how to invest in gold and another one so I've just grabbed these off the internet I'm going to stuff all in there as knowledge based files and give this a second to upload them all helps to refresh and you can see them uploading okay and while we're waiting for the last document here to finish processing and uploading we can head over to creating our tools so as I mentioned I wanted to add a live gold price tracker some of I'm asking my assistant for help with my gold investing I can get the live realtime gold price in order to create these custom functions I need some kind of API that I can call now I don't want to have to make this Gold Tracker myself what I did was search up free gold price API and I came to this one here called metal price API and I signed up for a free key and then I get to the dashboard here so you can go metal price ai.com link will be down below I'm not sponsored by these guys at all um and then we have the dashboard here which I've gone in and created my API key ready to go and the next step here is actually the trickiest out of the whole lot which is we need to convert this API and this functionality into an open API spec that we can pass into agentive in our tool section here we go upload new tool so in order to do this we need to open up our good old friend chat gbt I can come back to the dashboard here and we need to take this information I'll copy all of this and I want to paste it into chat GPT I'll say write me an open AI um schema or this API then I pass in the documentation on how to call it and I also need to give it some examples of how it's going to respond so there I call it if I run it this is the kind of responses that it's going to be giving so I can copy this and say um this is the example output paste it in there then what I like to do is go back to agentive and I can go to pick an example let's get this predict age I'm going to remove that and just copy this again come back and say here is an example copy the style exactly paste it in there then it's going to create me an open API schema for this particular API that I can pass in now we've generated a schema that we can paste in there's just one thing that you may have noticed which is the API key is being expected as an input I would like to use my API key every time I call this so I don't have to paste it in and use it every time I do it so I can come down here and say I have my key and want to use it every time this is called can you pleasee this in and write me the entire thing okay we can go back to our dashboard copy the API key be paste it in there as chat GPT says here it's not uh generally recommended for security reasons but for the sake of the tutorial I want to show you guys how to get this up and running as quickly as possible so we'll just use it for now and there we have it you can see the default is set here I'm going to copy this now head back to agentive and I'm going to delete all this and I can just paste in the specification here and it's going to automatically detect that there's a tool and now we have this get latest middle price as a tool and we can create the tool here if we give it a second now we have this tool provider of api. mprice ai.com and we're ready to give this a test okay so now we can test if our tool is working so if I go price should call our tool and give us our answer back which would be about 1950 1970 uh us per ounce great so 1 1979. 54 USD per ounce so great our our tools are working now we can test our knowledge base so if I go what is the best way to budget see if our knowledge base is working correctly there we have it given us a bunch of information on ETFs gold ETFs recommending ETFs it seems and down the bottom we can see that it's coming from our knowledge base because it has this little Source marker here so knowledge base working tools working we're good to start putting this onto voice flow so that we can get it put onto our website on objective we try to make this process as easy as possible so we have our deploy button up here which has all the details you'll need and then we also have a little tutorial here so if you click through you can go to deploy to voice flow you can watch by little tutorial here if you'd like but I'm taking you through the live version now so what we want to do is click to on download The Voice flow template downloaded that you can click here to sign up for an account I've already got one so it's going to just take me straight to the Creator once I'm inside voice flow I can click on the import voice flow file up here now there is a 14-day free trial I believe on voice flow so you can get that and get instant access without have to pay anything um we've imported this correctly now it'll be this first one here agent of testing load this up and I've got a couple little annotations here replace your API key replace your API key and assistant ID so yep let's do that here we have our API key if we go back to agentive go back to our assistant and we can go to the deploy button the curl option and then we have our API key here that I'm going to copy go back to voice flow replace the API key down here same thing over here on the post request to generate a response I'll replace the API key step there and I'll also need to get our assistant ID which I go back come down here what's my assistant ID copy this and the rest of the setup has already been done in the template we are already inserting the correct Dynamic variables from the users so now I can just make a couple edits let's go I'm your gold investing system I help you with gold invest digies and and can give you the current price of gold gold how can I help you today and with that we should be good to give this a SP hit the little play button run test Hi how are you make sure you're just working on a normal question okay let's go try for a tool call what is the right now latest gold price is 1 1979. 68 which means we are successfully calling our tool and getting the gold price from our API which is great and I think we're pretty much ready to go and pop this onto a website we can hit Escape here and then I'm going to public publish it call this V1 give it a second to publish then I'm going to embed the widget when this pops up now let's call it gold Vore assistant I help with gold investing and let's uh forget the chat history after closing the tab let's make it a a gold color oh there PR gold um launcher have this as gold as well sure assistant image I'm just going to keep losing sign for now um you get the idea then I can come up here and copy this pull up brackets in this case You' put it onto your website whether it's a Shopify website whether it's a Works website whatever you need to do and you can come in and add this as a script tag to your website code so in this case I have a templated website from the internet that I've just downloaded for an example I'll delete this old one right down the very bottom you'll see um all this good stuff at the bottom of most web pages you're going to see a bunch of script tags like this I'm going to dump this right into the middle of them paste that there give it a save boot the website up and down the bottom right we have a little yellow bubble we have our golden V assistant and I can ask what is the price of gold I don't like that white text actually I probably would have changed it around and it's given us back the price of gold so the tool has obviously worked we can ask a questions about the knowledge base Etc but that's about it for the tutorial I hope you've been able to see the entire process and how agenter fits into this and just how easy we are trying to make it for you when creating and deploying your assistants to different platforms so expect a bunch more platforms coming out soon at the moment we're just supporting website deployments via voice blow we'll have a bunch more on the way and if you did have any issues with getting your tools set up in the same way that I showed here of generating that schema then be sure to subscribe to the channel because I have a bunch more content coming on tooling and how you can firstly understand them but then how you can build them how you can use other people's and stuff like that so make sure you subscribe for that if you don't want to miss it and down below of course you can sign up to agentive it'll be a 48 to 72 hour wait I apologize for the delay but we have so many people trying to get in that we need to like batch people in as we as we go so apologies for the delay but it is free once you get in so hope you guys can make the most of this and build some awesome assistance for your business or for other businesses that you're selling to if you do want to follow along with this build step by step and use the exact same information that I had I'm going to be putting it all in my free resource Hub down in the description so you can sign up there and get the knowledge base you can get the open AI spec everything that I've mentioned here in order to get this build will be available down in my resource Hub as well if you want to learn how you can make money with open AI gpts you can check out my video here going into depth on three different ways that you can make money but aside from that that's all for the video guys thank you so much for watching and I'll see you in the next one
Info
Channel: Liam Ottley
Views: 55,266
Rating: undefined out of 5
Keywords: ai automation agency, ai automation, liam ottley, openai update, chatgpt update, gpts, how to create a custom gpt, create a openai gpt, openai, openai devday, ai tools, custom chatgpt, chatgpt, build custom gpts, openai gpts, chatgpt on custom data, openai function calling, how to make gpts, openai gpts tutorial, custom gpt tutorial, chat to pdf, ai business ideas, assistants api, assistant api, gpt assistant, openai assistants, add gpts to website, website gpts, agentive
Id: raDj9z2FiXk
Channel Id: undefined
Length: 10min 33sec (633 seconds)
Published: Thu Dec 14 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.