How to Add Custom GPTs to Any Website in Minutes (OpenAI GPTs Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 592

  • @LiamOttley
    @LiamOttley  ปีที่แล้ว +16

    Comment your thought on the potential of these GPTs! 👀👇🏽
    📚 My Free Skool Community: bit.ly/3uRIRB3
    🤝 Work With Me: www.morningside.ai/
    📈 My AI Agency Accelerator: bit.ly/3wxLubP

    • @stephenbrandon2554
      @stephenbrandon2554 ปีที่แล้ว

      Liam, do you know if it is possible to use Voiceflow in Sandbox mode for a production chatbot? The pricing chart suggests that you need Pro for code steps, but are there any other steps in your example code that are Pro-only?

    • @nathan_sweet
      @nathan_sweet ปีที่แล้ว

      Just a FYI @Liam.... this guy is ripping off your content: th-cam.com/video/rbc4qDuxhes/w-d-xo.html

    • @metrepairs
      @metrepairs ปีที่แล้ว +3

      resource link not working for me

    • @arieldotposerio
      @arieldotposerio 10 หลายเดือนก่อน

      This is absolutely a mine gold!! So I'm a noob on Python and a wanabee AI master, and I tried following your video but got stumbled when I first run it.The json file wasn't cerated and there were some messages in the console (see below) Hope you could shed some light on this error:
      raise self._make_status_error_from_response(err.response) from None
      openai.BadRequestError: Error code: 400 - {'error': {'message': "The requested model 'gpt-4-1106-preview' does not exist.", 'type': 'invalid_request_error', 'param': 'model', 'code': 'model_not_found'}}
      😕

    • @eugeniomercol
      @eugeniomercol 3 หลายเดือนก่อน

      The clone option is missed

  • @lorenzospsychedelicsalon1254
    @lorenzospsychedelicsalon1254 ปีที่แล้ว +115

    I'm the creator of the Startup Mentor agent that showed up on one of your slides. Thanks for the plug, but even more, thank you for showing me how to spread this app outside of GTP-4. BTW, I may be your oldest subscriber: I'm an 81 year old Vietnam Vet and former lawyer, and I've got a lot to learn from you.

    • @michaellavelle7354
      @michaellavelle7354 11 หลายเดือนก่อน +21

      Hold on there, partner! I'm a 81 year old consulting mechanical engineer creating applications for building energy management. (I was in the Army too but managed to skip Vietnam.) Like you I've got a lot to learn!

    • @robertkezer3665
      @robertkezer3665 11 หลายเดือนก่อน

      @@michaellavelle7354 LOL we all do I am approaching you.

    • @ashleyedgar2029
      @ashleyedgar2029 7 หลายเดือนก่อน +2

      amazing look at you guys go :)

    • @jayadriantolentino
      @jayadriantolentino 6 หลายเดือนก่อน

      Wow!!

    • @tkitchens91
      @tkitchens91 5 หลายเดือนก่อน +1

      I would like to extend two big thank you's to you.... The first for your service, and the second for showing the world that there are rules or age restrictions on learning new things. 🙌

  • @elsavelaz
    @elsavelaz ปีที่แล้ว +60

    you are extremely generous giving away these steps and this code. I am a software engineer/ ai architect, and am thoroughly impressed you gave so much value and agree the money saved doing this stuff is HUGE compared to what this would cost on AWS if someone doesn't know how to use flask and postman and implement LLMs with vector databases for larger knowledge bases. For general websites this is great, and I still maintain there is acceptable security only when you host in something like aws for people who have more sensitive data. This is also the same thing as using wordpress ai engine, which is also very cost efficient once set up. The biggest value I always take away from your videos is how to turn this into a business, many thanks!

    • @devmehta7406
      @devmehta7406 ปีที่แล้ว +1

      🧢🧢

    • @agdmp1188
      @agdmp1188 ปีที่แล้ว

      @@devmehta7406why do you think they’re lying ?

  • @chitchatbotai
    @chitchatbotai ปีที่แล้ว +31

    Great step-by-step guide, we use something very similar in our builds. What I would mention is that the context length (due to long-term chat history) could become very expensive if not managed/programmed correctly. For short term memory we typically limit this to the 5 past interactions, this helps reduce the token count. For longer term we use a VectorDB that saves any conversation. It's still coherent regardless of which method it uses and it keeps the token count way down which can become easily inflated.

    • @KamilKaczmarekSolutions
      @KamilKaczmarekSolutions ปีที่แล้ว

      short term / long term - what you mean by that? like different use cases for different clients? like: it depends on customer journey? if someone has hard decision to make, some good is not cheap, etc. vs something easy when it comes to decision? that's what you mean?
      thanks for this comment

    • @simarpreetkaur8674
      @simarpreetkaur8674 ปีที่แล้ว

      Can u pls clear my 1 doubt, is OPENAI_API_key paid?

    • @simarpreetkaur8674
      @simarpreetkaur8674 ปีที่แล้ว

      Please reply asap, I am really confused, I have tried alott but I always get billing errors in vscode

    • @KamilKaczmarekSolutions
      @KamilKaczmarekSolutions ปีที่แล้ว

      @@simarpreetkaur8674 it is. api key from openai is paid

    • @MikeCOYS
      @MikeCOYS ปีที่แล้ว

      @@simarpreetkaur8674 Yes, OPENAI API is pay to use. You'll want to consider financially if you want to use it and also protect yourself from attackers that'll spam use it.

  • @aad704
    @aad704 ปีที่แล้ว +4

    Liam, I really appreciate u sharing this info. I'm in no way a coder, but love the tech Magic!! U do an excellent job of breaking it down for the rest of us. But please be careful when offering use cases, cuz that is the real point of understanding what a product can be and how it might work for a client. In the example in this video, u gave an excellent explanation of how the back end is built, apps u used to build, and the pre-designed coded ur offering for free, brilliant (and kind). At the end, it appeared u were building an internal chat for in-house salespeople but added it to a consumer-facing site. Let me know if I missed something. I'm just trying to wrap my head around it all. Much love and gratitude. Alisa

  • @KBProduction
    @KBProduction ปีที่แล้ว

    Thanks Liam!! I owe you a lot, finally I managed to get my GPT Assistant available on my webpage for any user to use.

    • @bernardogarza9322
      @bernardogarza9322 7 หลายเดือนก่อน

      Can you provide the website please

  • @matata3107
    @matata3107 ปีที่แล้ว +22

    You need to do a video on pricing based on usage so we can properly lay out a budget for our clients

    • @fasting101
      @fasting101 10 หลายเดือนก่อน +8

      swap your first 2 words with Could you, maybe say thank you...he might just do that :)

  • @MichaelShelden-ec4jz
    @MichaelShelden-ec4jz 11 หลายเดือนก่อน

    I just wanted to let you know Liam that you are an amazing person and I love you from one human to another. You are a great inspiration. Whenever I watch your content all I hear in my mind is, if you help enough people get what they want, you end up getting what you're after as well. Keep fucking going bro. You're appreciated.

  • @Neotech1234
    @Neotech1234 ปีที่แล้ว +4

    You are the answer to my prayers, I am so grateful. Thank you and I am really excited to learn so much more from you. I'm starting a new career path at 47 years young re AI. Bless you!

    • @Jamesrwatsonx
      @Jamesrwatsonx ปีที่แล้ว

      Have you decided to learn to code?

    • @Neotech1234
      @Neotech1234 ปีที่แล้ว

      @@Jamesrwatsonx yes! 😁👋

  • @timobrien4190
    @timobrien4190 ปีที่แล้ว

    Thanks! I appreciate being cited as the top comment asking for this!

  • @StevenTheGeek
    @StevenTheGeek 10 หลายเดือนก่อน +2

    Good video. Some feedback, you kept talking about your resource hub in the description, but if you ctrl-f on your description "resource" doesnt list once. Instead you have it listed in a pinned comment. Took me a minute to find it, which could lose some conversions.

  • @samsh9809
    @samsh9809 ปีที่แล้ว +1

    Great fast review on the project. Looking forward to that full version Liam 👍

  • @saurabhbhambry
    @saurabhbhambry ปีที่แล้ว +1

    not bad for non technical folks. Especially, if someone doesn't want to do much programming or struggles with it. Also, does a fair job of explaining the mechanics for piecing/hacking together a chatbot for semi-technical folks.

  • @Frankywright.
    @Frankywright. 10 หลายเดือนก่อน +1

    How do I get your resources? I try to Sign Up to Agentive and it tells me I have to be in a waiting list. It is frustrating not to be able to get instant access. Am loving the video and how you simplify the steps. Great Job

    • @bulentaltay1
      @bulentaltay1 9 หลายเดือนก่อน

      same here. looking a way to access the resources but being told that there is a thousands of ppl ahead of me in the waiting list. Please help

  • @oaklyfoundation
    @oaklyfoundation ปีที่แล้ว

    These are actually some sick videos, thanks for sharing!

  • @talking_tech_with_Steven
    @talking_tech_with_Steven ปีที่แล้ว

    This is really cool. as I was watching I saw the subs hit 107k. Well Done! as usual

  • @vishnuanil4918
    @vishnuanil4918 ปีที่แล้ว

    Thank you Liam for putting out this video . I commented on your last video asking about the API , this answers my question . Tremendous Value❣

  • @DihelsonMendonca
    @DihelsonMendonca ปีที่แล้ว +11

    Thank you that you explained perfectly the differences between creating GPTs on ChatGPT and using the API and their own functionalities. It should have been better if you had explored more on the possibilities of ChatGPT actions also, but we can do it on another video. 🙏👍

    • @LiamOttley
      @LiamOttley  ปีที่แล้ว +12

      Left em out on purpose to not over complicate this concept for beginners. Another video coming showing custom actions!

    • @chrisbeechey9841
      @chrisbeechey9841 ปีที่แล้ว +2

      With OpenAI Assistant, can you create chatbots that pull answers from the web? Not just uploaded files?

    • @DihelsonMendonca
      @DihelsonMendonca ปีที่แล้ว

      @@chrisbeechey9841 interesting question. I have created GPTs, but I always have to instruct them that is they can't find the answer either in the knowledge base or other means, then search the internet, but I think this instruction can be placed definitely on the bot settings.

    • @KamilKaczmarekSolutions
      @KamilKaczmarekSolutions ปีที่แล้ว

      @@chrisbeechey9841 I think you can add some Research Agent that will scrape websites, maybe with langchain, might be used with 3.5 turbo
      I saw something like that on AI Jason's channel

  • @DoudouAutomation
    @DoudouAutomation ปีที่แล้ว

    You're my Guru dude! thanks for sharing

  • @Faisal1504
    @Faisal1504 ปีที่แล้ว

    Brilliant. Thank you for the education.

  • @sharonl1331
    @sharonl1331 ปีที่แล้ว

    Thanks Liam! Great content

  • @nojopck
    @nojopck 3 หลายเดือนก่อน

    Hey bro, I went to Dilworth and I'm in the Staples Program. Enjoyed watching your story!

  • @schoolofprofessionaldesign
    @schoolofprofessionaldesign 11 หลายเดือนก่อน

    Great course dude! That's a lot of value for free!

  • @theShazM
    @theShazM ปีที่แล้ว

    0:51 Ayyyye that’s me! Great video again Liam

  • @rocknhopz
    @rocknhopz ปีที่แล้ว

    Thank you! Your videos are amazing, i work in a different area, but i love ai, and this give me a great idea to use it in my field!!

  • @simingzhao6449
    @simingzhao6449 ปีที่แล้ว

    very helpful tutorial, thanks for sharing!

  • @Sayless95
    @Sayless95 ปีที่แล้ว

    Bro you are such a legend for sharing this and giving resources too . Thank you so much this is very exciting. Just made an account and cant wait to make something. Bless you my man. Keep up the good work.

  • @ramisharanik9087
    @ramisharanik9087 ปีที่แล้ว

    Thanks for the tutorial, I created for own E-learning business and collected leads to google sheet. From google sheet I connected to whatsapp. Thanks again.

  • @cornelcristianfilip5048
    @cornelcristianfilip5048 ปีที่แล้ว

    Pure value! 🔥
    Thank you, bro'! 🙏🏼

  • @peerthroughmedia
    @peerthroughmedia ปีที่แล้ว +5

    Why would you use replit to create an assistant with a knowledge base rather than only voiceflow and use the voiceflow knoweldgebase feature? What's the benefit to the added tool/step? Thanks so much for the awesome video!

    • @jongunni929
      @jongunni929 ปีที่แล้ว +1

      I also want to know the same thing, are there specific benefits of using replit in combination with voiceflow?

    • @mikerichert
      @mikerichert ปีที่แล้ว +1

      Same here. Was scanning all the comments for this very question. From what I have seen in VoiceFlow you can do just about anything including advanced RAG and fine-tuning. Why write all the code in Replit? In another video you said you use StackAI in addition to VoiceFlow when more complex code is needed. It's hard to figure out which videos to learn from (in general with all AI TH-cam channels) as the space is moving so quickly. I almost don't want to watch videos are over a month or two old. Would love some feedback on what are the best practices / tools to build advanced chatbots. Thanks!

    • @FeanorCC
      @FeanorCC 9 หลายเดือนก่อน

      ​@@mikerichert The biggest benefit is that you can use your own API keys and are therefore no longer subject to Voiceflow's token limits. The AI calls are therefore billed externally. I don't know if it's cheaper in the end. It's just stupid that Voiceflow has a 2M token limit with the Pro version for 50 dollars and the next level is enormously more expensive. However, I have no idea how much you have to run to reach 2M tokens.

  • @deverpriya
    @deverpriya ปีที่แล้ว +3

    Super video Liam, is there a way to make the script scrape a website it is to be used on instead of uploading a document?

  • @HavasuLew
    @HavasuLew ปีที่แล้ว

    Very nice! Thanks man! Im gonna set it up for my real estate business!

  • @weiweideng3334
    @weiweideng3334 ปีที่แล้ว

    Thank you, master, for your sharing. I have learned a lot

  • @Xunr3alk1ll3rX
    @Xunr3alk1ll3rX ปีที่แล้ว

    Thanks Liam for this vidz that was so ething I was trying to figure out

  • @GDSMedia27
    @GDSMedia27 ปีที่แล้ว +14

    Hey Liam thank you again for all the amazing value you provide. I have just one question. What is the difference between using the assistant API vs just uploading our custom knowledge base into voiceflow? The end product on the website looks the same after all

    • @LiamOttley
      @LiamOttley  ปีที่แล้ว +17

      1. OpenAI knowledge base is way better
      2. This tut isn’t including custom functions which when setup correctly in the assistant unlocks massive potential
      This should more be seen as a migration over towards using OpenAI as the entire back end

    • @GDSMedia27
      @GDSMedia27 ปีที่แล้ว +9

      @@LiamOttley okay that makes sense thank you! Your next video will go more in depth on how to add custom functions right?

    • @calumscott.1442
      @calumscott.1442 ปีที่แล้ว +2

      @@LiamOttleythank you for sharing this info first, across the world. I will join your community now.
      You rock! - the team here sends you greetings from Edinburgh!

    • @fabio-y5q
      @fabio-y5q ปีที่แล้ว +1

      can a Custom GPT have excess on my own website?🙊

    • @tiger21823
      @tiger21823 ปีที่แล้ว

      @@fabio-y5qnope

  • @DominikPanosch
    @DominikPanosch ปีที่แล้ว +10

    One question: how can I prevent this from being overloaded by trolls or bots? Like if I put it on the website, I pay per usage of the API. So if a bot or a person just sends a lot of requests - can I limit the amount of requests per IP per hour?

  • @juliokeyz
    @juliokeyz ปีที่แล้ว +3

    My guy! You are literally the man for this. And your timing is spot on 🎯 🔥

  • @muhammadrizqiandrian2910
    @muhammadrizqiandrian2910 ปีที่แล้ว +2

    Hi Liam, super excited for this AI chatbot solution, but does this mean we expose our internal knowledge document to openAI or the public?

  • @mardini777
    @mardini777 ปีที่แล้ว

    13:00 lovely! can't wait

  • @the411club2
    @the411club2 8 หลายเดือนก่อน

    Looks like its going to be botpress for me. I am 5020 on the agentive waiting list. Informative video however and I might me your second oldest viewer lol. Grabbed a sinclair and commodore 64 at age 16 was hooked ever since. Being a systems consultant for decades I am loving the AI rabbithole I have found myself in.

  • @NAMELESS-gq4vw
    @NAMELESS-gq4vw ปีที่แล้ว

    God bless you. I am shocked by how much value you give for free. It feels so illegal to know your channel. I hope you achieve your goals with this channel !

  • @EDashMan
    @EDashMan ปีที่แล้ว +16

    Voice flow is a pretty cool way to quickly have a front end design for a chatbot thanks for revealing that. I’m guessing you could still replicate the backend on Vs code as I’m not too sure what set up / editor you was using there. Separately, could you cover this for big organisations, like connecting the assistants api to a database rather than a few local files because with huge companies they’re more likely to have a ton of info on a database and I think with assistance api there’s like a 20 file limit upload? Correct me if I’m wrong.. nevertheless just subscribed. Another great channel.

  • @WanderGodinho
    @WanderGodinho ปีที่แล้ว

    Mate, you earned my attention. Thanks and eill get back here.

  • @Cxxhbb
    @Cxxhbb ปีที่แล้ว

    Can’t thank you enough for this break down!

  • @VisionCS2
    @VisionCS2 ปีที่แล้ว +1

    Huge bro - You've just opened the flood gates.
    Building like crazy right now 💪

  • @GalacticGrooveLounge
    @GalacticGrooveLounge หลายเดือนก่อน

    Hey, just looking for the template to download. That's where I'm stuck. Great videos - thanks so much!

  • @pcimring
    @pcimring หลายเดือนก่อน +3

    I have no idea how to access the resource hub or clone the replit. Can anyone help? 🤔
    (First time I have heard the term 'replit', actually...)

  • @vaidasvaidas393
    @vaidasvaidas393 ปีที่แล้ว

    Great stuff. Thanks

  • @thewebstylist
    @thewebstylist ปีที่แล้ว

    Exactly what I was hoping was possible! Not sure if I can grasp all this myself to being into my website however.
    I hope some easier ways are not far off

  • @rubenswart4945
    @rubenswart4945 ปีที่แล้ว

    This man is dropping gold

  • @videos6505
    @videos6505 ปีที่แล้ว

    Liam - well done!

  • @WilbertoCasillas
    @WilbertoCasillas ปีที่แล้ว +2

    This is game changing I wanted to build this internally at my company so glad we don’t have to now ! Question is there a limit to the size or number of knowledge items you can upload to the retrieval aspect of the assistants api ?

    • @dads-weekend
      @dads-weekend ปีที่แล้ว

      I would think it's the new token limit of 120,000 tokens. Can anyone confirm that?

    • @WilbertoCasillas
      @WilbertoCasillas ปีที่แล้ว +1

      @@dads-weekend Ah interesting I thought that since the knowledge is handled via file upload it would be different since it's a retrieval (RAG) mechanism. I am asking more about the storage of n number of files. The 120k token window applies to when the knowledge is retrieved and injected into the prompt, but I'm not sure that applies to dormant (not injected) knowledge.

    • @behulls
      @behulls ปีที่แล้ว

      I'd like to know too

    • @smitpatani6154
      @smitpatani6154 ปีที่แล้ว

      Same question

  • @nikvakhrushev
    @nikvakhrushev ปีที่แล้ว

    Great job. Liam, how big is your production team? Results are great!

  • @MoKhatib
    @MoKhatib ปีที่แล้ว

    Thanks for the info

  • @UmSpaces
    @UmSpaces ปีที่แล้ว +1

    you read me.. literally thinking about it 😂 thank you

  • @estudiaphd
    @estudiaphd ปีที่แล้ว

    You earned a subscriber

  • @JamesLi-xi8ek
    @JamesLi-xi8ek ปีที่แล้ว

    Hey Liam Amazing Video, where did you learn how to code?

  • @elijahthomas7833
    @elijahthomas7833 ปีที่แล้ว

    bro coming with the coldest content

  • @haha7836hahah
    @haha7836hahah ปีที่แล้ว +1

    I just got to know about voiceflow through this video. Does it serve any purpose other than providing the UI component?
    In my understanding, everything is being done by the assistant. Right?

  • @ganj0rm0n
    @ganj0rm0n ปีที่แล้ว

    That is pretty cool. Thank you Liam. Would this bot have a long term memory? I mean are threads saved across sessions?

  • @georgioupeter
    @georgioupeter ปีที่แล้ว

    Amazing, thanks!

  • @MichealScott24
    @MichealScott24 ปีที่แล้ว +25


    00:01 Learn how to add custom GPTs to any website and understand the value of GPTs in the real world.
    01:46 Create a custom knowledge chatbot using the Assistant API.
    03:21 Junior sales reps can use a custom chatbot to get information about the business.
    04:51 The main.py file contains API endpoints for communication.
    06:22 To add custom GPTs to any website, follow these steps:
    07:49 Custom GPTs can be easily added to any website using Repeat template
    09:17 Setting up custom GPTs on a website
    11:04 Adding custom GPTs to any website in minutes using Voiceflow
    12:42 Creating a custom GPT using voice flow and the assistant API for websites
    Crafted by Merlin AI.

    • @CSneedInc
      @CSneedInc ปีที่แล้ว

      How can I get the code for the clone info? It's saying I need an Agentive account and it's been several days I have been waiting and I am on a deadline.

  • @ekarinchoongwattana7099
    @ekarinchoongwattana7099 ปีที่แล้ว

    Great content! For production, is Replit Core plan enough or do I use Reserved VM?

  • @11020tony
    @11020tony ปีที่แล้ว

    very good , thanks

  • @AssassinUK
    @AssassinUK ปีที่แล้ว +2

    Great video as usual. 😀 I have a question, after a customer has decided use your chatbot service, do you charge them a retainer for future access to your business an if so at what price point? Yearly or monthly charge? What do you do?

    • @Neotech1234
      @Neotech1234 ปีที่แล้ว

      Great question

    • @behulls
      @behulls ปีที่แล้ว

      I'd love to know this too

  • @bubblesAT
    @bubblesAT ปีที่แล้ว

    Hi Liam,.This is incredible.You great man! Is it only for IOS? Can it works on Android?

  • @trucoschatgpt
    @trucoschatgpt ปีที่แล้ว

    nice video, thanks

  • @inglesconpelis270
    @inglesconpelis270 ปีที่แล้ว

    Can you do this in a WordPress website?

  • @TrueEnglishMastery
    @TrueEnglishMastery ปีที่แล้ว

    Liam, thank you so much for the valuable info. You broke things down really well for those of us who are not so technical (like me.) Question: if I download Assistants API and follow the steps indicated, will I then have to train the bot? Or does it come out of the box trained on GTP4 data sets?

  • @phily8020-u8x
    @phily8020-u8x ปีที่แล้ว +1

    But Liam, won't replit timeout the chatbot after being idle? Also you would need your computer on at all time to keep the replit code active and running. Can you do a tutorial that makes it run a traditional server where it has permanent functionality instead of demo?
    Thanks mate

  • @ooovenenoso
    @ooovenenoso ปีที่แล้ว

    Perfecto para probarlo hoy. Gracias te cuento luego que tal me fue. 👌🏽

  • @ScottUmble
    @ScottUmble ปีที่แล้ว

    1:50 this is exactly why I found this video. Got unto custom gpts but didnt know the next steps. Now I do, the assistant api

  • @Zitatenn
    @Zitatenn ปีที่แล้ว +3

    One question @LiamOttley. Is it possible to create and add a custom knowledge base in chat gpt builder and than access it via Api? Or do we have to config it in replit?

    • @camdening7315
      @camdening7315 11 หลายเดือนก่อน

      Yes, I have this question too. Would love to train a custom GPT to use internally by our team with our companies specific technical knowledge, and eventually graduate this to a chat bot on our website

    • @ben9008
      @ben9008 8 หลายเดือนก่อน

      Any update on this? Correct me if Im wrong but with the knowledge.docx does this need to be created before you run the Assistant on Replit? After it has been created is there a way to update or add more knowledge to the chatbot?

  • @rsstnnr76
    @rsstnnr76 ปีที่แล้ว +2

    The main.py file you are showing in the video doesn't look anything like the one you have linked in the description. I'm lost because I'm not seeing the same thing.

    • @LiamOttley
      @LiamOttley  ปีที่แล้ว

      Make sure you’re clicking on the right section of the resource hub, the name needs to match this video

  • @unwindwithprism
    @unwindwithprism 10 หลายเดือนก่อน +1

    hey liam i cant find the resources you told me are in description

  • @shreyasganesh2518
    @shreyasganesh2518 3 หลายเดือนก่อน

    Thanks! This video is just what I needed! Quick question, how do I give weblink browsing capabilities to my assistant? Like how I can check the box for browsing capabilities while creating a custom GPT on Chat-GPT, is there a way to enable it in the code provided in riplet? Thanks

  • @KBProduction
    @KBProduction ปีที่แล้ว

    is replit and voiceflow services to create this project free?

  • @Betegfos
    @Betegfos ปีที่แล้ว

    Awesome stuff mate! Thanks for the information. Is it possible to do something like this without the OpenAI key and Riplet? For example if a customer would like to run it locally.

  • @Skavtech
    @Skavtech ปีที่แล้ว

    I like your hairstyle man

  • @DigitalTradeSpot
    @DigitalTradeSpot 8 หลายเดือนก่อน +1

    can you do a long term form with updates with all the new stuff coming up recently ? how to build an chatbot with all the newest version ? would be great Liam ! 🤖

  • @BryceHaymond
    @BryceHaymond ปีที่แล้ว

    This all looks great. First custom application of the Assistants API I've seen. In order to get it working on a real website, would I also need to purchase a paying plan on Replit and Voiceflow?

  • @kennethersdal
    @kennethersdal 5 หลายเดือนก่อน

    Very nice video! Thank you.
    Im new to coding and doing my bachelors. As a project i want to make a web app that has a AI chatbot, but does it cost me anything if i do it this way?

  • @WesTeskey
    @WesTeskey ปีที่แล้ว

    Awesome Liam!!

  • @IAMVICTORIUS777
    @IAMVICTORIUS777 ปีที่แล้ว

    🔥 Information! Quick question, can this be used on a mobile web app?

  • @redman2751
    @redman2751 ปีที่แล้ว +1

    So I got this working on my website, thanks a ton! Im a complete noob when it comes to web design and setup and coding. I have a question though, Is there a way to have a record of each interaction with the chatbot sent to my email or somewhere else? I want to see the chat bot side and the user side if possible.

    • @Neotech1234
      @Neotech1234 ปีที่แล้ว

      Me too! I tried but can't get it to work...

    • @redman2751
      @redman2751 ปีที่แล้ว

      @@Neotech1234 I’m going to start working on that functionality now, hopefully I can make it work.

    • @redman2751
      @redman2751 ปีที่แล้ว

      @@Neotech1234 Im still working on it but there is a chat log inside the voice flow web app. If you look on the left hand side of the dash board there's a conversation bubble icon and in there is where the conversations are stored. You can see them there. Which is good, since now I just have to figure out how to get those conversations sent to my email.

  • @The_Awesome_Improver
    @The_Awesome_Improver ปีที่แล้ว +3

    Hi Liam, that is great! Thanks a lot. Only unfortunately I cannot get it working...:(. Two questions:
    1. I did not see you using the 'Deploy to production' function in Replit, is that not necessary?
    2. I watched the video many times (and followed step by step), but I cannot find how/where to connect the assistant ID to Voiceflow at all?
    Please help, I'd love to get this working please, thanks a lot

    • @royce_butler
      @royce_butler ปีที่แล้ว

      I also was unable to get the code from Replit, if you could help on this @liamottley it would be much appreciated

    • @alfiebutler20
      @alfiebutler20 ปีที่แล้ว

      you use the URL of the server

    • @thepropertyapprentice
      @thepropertyapprentice ปีที่แล้ว

      @@alfiebutler20 thanks. i can see the server URL/assistant ID, I just have no idea where I need to plug this in/copy it to?

    • @thepropertyapprentice
      @thepropertyapprentice ปีที่แล้ว

      maybe somebody who successfullyi managed to get it working can help please? I have no tech skills and am lost... tks a lot

    • @farninger
      @farninger ปีที่แล้ว

      I also cant retrieve the url from replit, which doesnt open webview when running in replit, so cant find ID, can someone help?

  • @AnatomieOffiziell
    @AnatomieOffiziell ปีที่แล้ว +2

    Unfortunately I did not receive an e-mail with the code.😰

  • @navjeetc
    @navjeetc ปีที่แล้ว +4

    What changes will be needed (if this is at all possible) if I have already created a GPT in open AI and all I want to do is to provide an interface to that GPT from my website (so they do not a chatGPTPlus account) ? From what I know currently it can only be accessed if my users have a chatGPTPlus account and I provide them the GPT url.

    • @VoloBuilds
      @VoloBuilds ปีที่แล้ว

      This isn't currently possible so you'd need to create an Assistant and use the API to surface the GPT. You could copy/paste instructions from the custom GPT into your assistant

  • @IthetaLabs
    @IthetaLabs ปีที่แล้ว

    Love the video! GPTs are awesome and use cases are endless. Already created a few for fun.
    Think our chatbot builder platform has more functionality. But we might be bias 🤣

  • @samuelw.9184
    @samuelw.9184 ปีที่แล้ว

    Liam, thank you a lot for this great content! It is much appreciated! I succeeded in setting this up for myself. But no the speed for the answers do need quite a long time. Anyone has a tip on howo to speed the chatbots ansers up?

  • @jeandaman1212
    @jeandaman1212 ปีที่แล้ว +2

    This is great! One things it still doesn’t do though is generate photos on demand like gpt. I have tattoo clients who would k!ll for that option

  • @gonzalopodgaezkyfloguera5734
    @gonzalopodgaezkyfloguera5734 ปีที่แล้ว

    Hey Liam! Very useful thank you. Is it possible for API assistants to browse the internet? Many thanks :)

  • @BGIANAKy
    @BGIANAKy ปีที่แล้ว +1

    Another great video Liam. Question though. You don’t think it’s worth creating a good app for the OpenAI App Store that would do well long term when thousands to maybe be millions use it and we get paid off of token use? I am currently learning both but to my embarrassment I learned about the api sight of OpenAI about 3-4 days ago and have been playing around in it.

  • @brandt_ai
    @brandt_ai ปีที่แล้ว +4

    Liam, in recent video you did you mentioned the importance of being able to market and sell but also to BUILD. It seems you break down all in great detail, but you also seem to reference a fair amount of integrative code. To enter this business is there code I should be learning as well. Fortunately I did a lot o FORTRAN when I was young in 1979, so I understand the logic flow etc.

    • @gerardolopez9368
      @gerardolopez9368 ปีที่แล้ว

      I think we came to the right place

    • @boukm3n
      @boukm3n ปีที่แล้ว +2

      Python

    • @beastgaming1772
      @beastgaming1772 ปีที่แล้ว +1

      You should also know javascript, if you need help I'll happily help you

    • @brandt_ai
      @brandt_ai ปีที่แล้ว

      @@boukm3n perfect thank you. I will begin looking into it.

    • @brandt_ai
      @brandt_ai ปีที่แล้ว

      @@boukm3n how long do you think it would take me to learn an adequate amount of python to really be able to do what I need to do in building ChatGPT’s? Assuming I really put some time and effort into it

  • @juniorm.4536
    @juniorm.4536 ปีที่แล้ว

    Excellent video! Just one question:
    Whats the cost structure to run a project like this?
    I have to pay for VoiceFlow and also for the ChatGPT API? Or just Voiceflow?
    Could you clarify this please?

  • @MindKeyGroup
    @MindKeyGroup ปีที่แล้ว

    Is retune a more cost effective all in one solution?

  • @rayfellers
    @rayfellers ปีที่แล้ว

    This is a start in understanding how to implement a custom no code/low code chatbot but after reading some of the comments it seems there could be some unpleasant surprises revealing themselves when the usage bill arrives.

  • @davidharleyjr
    @davidharleyjr หลายเดือนก่อน

    Can you have a chat assistant bot for something like a coaching program that clients can ask it questions while you are out of office?
    Also, how do you load up your knowledge base?

  • @jobautomation
    @jobautomation ปีที่แล้ว

    Thanks!!

  • @FabienGeorjon
    @FabienGeorjon ปีที่แล้ว

    Nice, did you by pass the 20 files max upload for training?