Let me know your thoughts on OpenAI's Assistants API! 👀👇🏽 📚 My Free Skool Community: bit.ly/3uRIRB3 🤝 Work With Me: www.morningside.ai/ 📈 My AI Agency Accelerator: bit.ly/3wxLubP
I put your previous video to work on my own site and showed it to a tech friend of mine, he was impressed but didn't want to pick up and run with it ... I knew then this is going to be massive. You sir are a beast and thank you so much for showing these things.... I have worked in tech for 20+ years and always wanted to code ... You have inspired me to work on this and I am so excited to do more ... I actually got the chat to stop in the middle of an answer and go get additional data without having to prompt it to do so.... I am super excited!!!!
This is the first original video on end-to-end business implementation using Assistant API I’ve seen, not just code demo in dev environment. This is Gold.
@@LiamOttley Interested to know why you've broken out into Python code there, and used the assistants API, when Voiceflow can do most (all?) of this functionality in the box? Are the assistants much better than the old chat API stuff?
@@th0rbymthis is actually proper software development. If you put everything in the front end - Voiceflow, all the data, prompt, business logic, source code, your API keys etc can easily get hacked
I know I'm gonna sound like a bot but i can't believe you are giving this much information away for free. I'm skipping my software engineering classes to watch this. Thanks :)
I purchased the course and couldn't find any of that information eiter, Liam Evans and a few others on youtube have some more useful videos that go in greater depth on how to make these bots.
🎯 Key Takeaways for quick navigation: 00:00 🌐 *This video is a step-by-step guide on creating a powerful lead generation custom GPT for websites, using multiple custom actions and the new assistance API.* 01:11 👨💼 *Liam Otley, the presenter, runs a development company and a community of AI agency owners, focusing on selling AI solutions to businesses.* 02:21 🤖 *The custom GPT chatbot demonstrated has dual functionalities: answering questions from a knowledge base and calculating solar savings using inputs like home address and electricity bill.* 06:16 🛠️ *The chatbot is built using a combination of prompting, knowledge (a document on solar for homes), and actions (calculating solar savings and capturing leads).* 17:13 💻 *The development process involves setting up on Google Cloud, integrating APIs, and deploying the chatbot using a template on Replit and Voiceflow for website implementation.* Made with HARPA AI
Hey, great video! As a novice in coding and software development I find this video most helpful in taking the first steps into this field. I look forward to learning more from your content!
Pls, do more technical videos! You are a very good explainer congratz, hope to meet someday in this journey. P.s. make the cut simple, less is more. Your content is the charm, not the edited zoom, or fast cut. Love the short introduction.
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Was curious if anyone was going to touch on this topic. Custom actions are the main thing that distinguishes these GPTs from just another fancy prompt. Great follow up on the replit code from part 1 of the repo
Thanks for the tutorial dude! This is very valuable. Can you do a demo for a production grade apps as well ~ It'll be very informative for us! Keep up the good work.
Top Tutorial, thanks mate! Great to see my JS regex being used. Thanks for the shoutout 🙂 You should also use the Set Block for a var baseUrl where you set the replit URL once and then use {baseUrl}/start inside the GET/POST Blocks. That way you only have to fill this out once.
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Nice video. You can also set up the Assistant in the UI within the platform (so you don't need create_assistant function). This could give clients an easy CRM with which to update the knowledge base (although you could pull stuff from Google Drive).
Amazing Liam. Thank you so much for this. This version explains a lot of questions i had from your other chat app in your website video. 👏👏👏 Yes a Riplet production deployment video would be great. Please and thank you. 🙏🏼🙏🏼
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Perfect end to end implementation with the most user friendly tech stack. Please have the tutorial on deployment management, for cases we have multiple solutions
Liam is frigging amazing dude. What Value. I'll be signing up for his monthly membership. Best I've seen/heard on AI developments etc. Best follow him than try and work it out ourselves. Excellent value/content. Freaking great stuff. Tahnks Liam.
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Hi Liam, Great video! I noticed that in the create_lead function, the "Bearer" was missing in the Authorization header for Airtable. Adding "Bearer" before the API key solved my authentication issue: python Copy code headers = { "Authorization": f"Bearer {AIRTABLE_API_KEY}", "Content-Type": "application/json" } Thanks for the helpful tutorial!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Great tutorial. Thank you. If anyone getting the error creating reccords in Airtable, please make sure line 19 in the functions file has Bearer in front of the AIRTABLE_API_KEY. Like this "Authorization": f"Bearer {AIRTABLE_API_KEY}"
Great Tutorial, thank you very much Liam. I'm not sure, however, if you end up paying twice here, once to OpenAI and once to Voiceflow, and whether there might be a much cheaper way?
This video was really helpful, do you have to create a new replit for each assistant you create for a client due to having to replace the knowledge base ?
Awesome stuff Liam! The only thing I wasn't able to figure out was an issue with the airtable api. I copied your air table base, created the api as described in the video & added it to replit but I keep getting this error when trying to create a lead: Failed to create lead: {"error":{"type":"AUTHENTICATION_REQUIRED","message":"Authentication required"}}
Got it working in case anyone is also curious. Under the create_lead function, this line: "Authorization": AIRTABLE_API_KEY, Should be changed to this: "Authorization": f"Bearer {AIRTABLE_API_KEY}", Chat GPT saves the day once again
Great content, thanks. One question: how could we implement buttons to make it easier to guide the conversation, for example at the first user input have 2 buttons: "Solar Panel Info" or "Calculate savings"? I would not want those buttons instead of a typed response but give the user the option to click one of those...Thanks!
Thanks!!! Awesome work.... Are you made some project connecting with databases... to get more information of a specific user that all ready connect before?
Awesome video, thanks for sharing! Do you have a tutorial where you show the whole process of building the assistant using the Open AI Assistant builder?
Great video. I get that it will vary depending on business and scope of work, but what is the average amount you would charge a company to build out website bot like this?
Thank you so much, this video is so valuable, I appreciate this! I'm wondering, do you charge all APIs costs from the clients for your bot usage, or do you set up their own accounts for this?
Hey Liam. Thank you for this Value. Quick question to ask you, I am a complete beginner, would like to learn from the basics, but I’m kinda lost as to where to start. Which of your TH-cam video should I start watching from?
A really good start but I think to support more than one chat thread simultaneously the Python script need to be redone as a state machine so to can remove the poll loop.
hi liam and everyone first thank you for all the content you are creating your channel is a real added value, i just wanted to ask is this process strictly for developers meaning can I do this even If i have zero knowledge in coding ?
Wow man love your knowledge i was building many custom gpts and thousands of people are using have Great ideas but not know how to change it to website is there a way to connect to you
Can you make one of these that doesn’t require a knowledge base? I understand it’s for businesses but there are other uses besides knowledge bases. I feel like the knowledge base bots are easy. It’d be good to know how to use other ways as well.
Great tutorials as always @LiamOttley! One question, do we have to put the knowledge base into the repl file or can we just add it onto voiceflow since we have the option to train the bot on URLs which is more convenient than files in my opinion while the repl Python file does not have this capability
Wow amazing video, very helpful! Could this web assistant also have things like buttons added in Voiceflow or does that functionality not work when it's hosted externally?
Can you just put the knowledge/prompt direclty within voiceflow to create this assistant? I see they have the option for this but curious what the pros and cons are.
Thanks for this video. An incredible resource for a novice like me. It all works except for the Airtable part where it supposed to enter the name of the contact. I've copied and pasted the Airtable API and the Leads URL. However in the console on Repl it says 'Authentication Required'. I've tried generating a second Airtable token to see if that was the problem but no change. Any ideas?
Please make a video on how to change the functions in the riplit templates to custom tools when customizing this myself. the other 2 are simple but how do I take the ai relevance schema for custom tools into these riplit templates?
Could you let me know what to do differently if i wanted to run this on an ubuntu aws server instead of replit? I'm just starting out but since using ubuntu aws is half the price of replit wouldn't that mean considerably more monthly profit as you accumilate more and more monthly clients?
This is epic. GPTs really added value to my business and travel videos. Liam kills it once again, AI solutions are moving forward fast. Are they there yet? It's only a matter of time and effort
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Hey Liam, thank you for this video. You’re always opening my eyes to what’s truly possible with the technology. Just trying to wrap my head around the different options that are available to us now. What is the different between what you’ve shown here versus using the Playground to create something like this? Also, could we not still use Voiceflow or Botpress to design conversations for extra functionality in addition to a user having access to the conversation example you built in Voiceflow. Perhaps creating an intent that would activate this part of the workflow while still having access to the rest of the conversation that has been designed to do other things as well. Hopefully that makes sense
Let me know your thoughts on OpenAI's Assistants API! 👀👇🏽
📚 My Free Skool Community: bit.ly/3uRIRB3
🤝 Work With Me: www.morningside.ai/
📈 My AI Agency Accelerator: bit.ly/3wxLubP
Another great vid. Couldnt find the Airtable base though.
I put your previous video to work on my own site and showed it to a tech friend of mine, he was impressed but didn't want to pick up and run with it ... I knew then this is going to be massive. You sir are a beast and thank you so much for showing these things.... I have worked in tech for 20+ years and always wanted to code ... You have inspired me to work on this and I am so excited to do more ... I actually got the chat to stop in the middle of an answer and go get additional data without having to prompt it to do so.... I am super excited!!!!
Added, apologies!@@taproot.studio
@@LiamOttley found it - and the free web link - amazing stuff. Thank you!
Great video, again. Is this website hosted somewhere?
This is the first original video on end-to-end business implementation using Assistant API I’ve seen, not just code demo in dev environment. This is Gold.
Appreciate it man, always trying to show you guys the best business applications for AI 💪🏼
@@LiamOttley Interested to know why you've broken out into Python code there, and used the assistants API, when Voiceflow can do most (all?) of this functionality in the box? Are the assistants much better than the old chat API stuff?
@@th0rbymthis is actually proper software development. If you put everything in the front end - Voiceflow, all the data, prompt, business logic, source code, your API keys etc can easily get hacked
probably has to do with costs, replit is $5/month for as many requests as you like@@th0rbym
Yes please, a production video would be awesome as it is the next logical step for anyone that want to take this further as a business venture.
💯
Good to meet another NeoTech member!
The best AI thing on youtube. You are a total legend for sharing all this stuff. Thank you
@liamottley this has been extremely helpful! Thank you for taking the time to share this detailed breakdown. Much success to you!
This is the first time when i followed a tutorial but made my own modifications but everything still works! Thanks Liam!
Hello There Could you send me the Link to The Code or the code itself. I Can't seem to find it. Thanks!
I know I'm gonna sound like a bot but i can't believe you are giving this much information away for free. I'm skipping my software engineering classes to watch this. Thanks :)
not the smartest choice my friend
@@TheNesiss bro my latest class was about telecommunication protocols that were trendy in the 70s. I can spend my time in a more efficient way. 😂😂
Hi Liam, I’m loving these videos. I think a further video about deployments and managing production grade applications would be super useful!
Hey! Do you have this video up on deployment yet? Would love to see it
I purchased the course and couldn't find any of that information eiter, Liam Evans and a few others on youtube have some more useful videos that go in greater depth on how to make these bots.
I am also waiting for the video on a deployment/production setup! Very interested
🎯 Key Takeaways for quick navigation:
00:00 🌐 *This video is a step-by-step guide on creating a powerful lead generation custom GPT for websites, using multiple custom actions and the new assistance API.*
01:11 👨💼 *Liam Otley, the presenter, runs a development company and a community of AI agency owners, focusing on selling AI solutions to businesses.*
02:21 🤖 *The custom GPT chatbot demonstrated has dual functionalities: answering questions from a knowledge base and calculating solar savings using inputs like home address and electricity bill.*
06:16 🛠️ *The chatbot is built using a combination of prompting, knowledge (a document on solar for homes), and actions (calculating solar savings and capturing leads).*
17:13 💻 *The development process involves setting up on Google Cloud, integrating APIs, and deploying the chatbot using a template on Replit and Voiceflow for website implementation.*
Made with HARPA AI
Hey, great video! As a novice in coding and software development I find this video most helpful in taking the first steps into this field. I look forward to learning more from your content!
Great video. Thank you! It would be great to see the next step to manage it into and after production.
Replit with Ai is mind blowing! Thank you for sharing this Liam 😊
This is amazing content. Thank you for the effort and transparency in your processes. This is why you're the best AAIM channel on TH-cam.
Great video!! I'd appreciate it if you could go more in-depth on deployments and production-grade applications in a future video!
He uses Flask which is hosted through replit to get the custom gpt stuff onto voiceflow
Pls, do more technical videos!
You are a very good explainer congratz, hope to meet someday in this journey.
P.s. make the cut simple, less is more. Your content is the charm, not the edited zoom, or fast cut. Love the short introduction.
This is gold, thanks! Where can I find the link to the replit? went over everything and i'm missing it.
Never mind, found his replit repo via Google.
@@OmerNesher how?
Thank you so much Liam. You motivate a lot of people to start their own agency. I will be looking forward to the next videos!
This is amazing. love the nitty-gritty details and to the point. Thanks Liam :)
Hello There Could you send me the Link to The Code or the code itself. I Can't seem to find it. Thanks!
Thank you Liam, the content on your channel super valuable and I'm very grateful for it!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Was curious if anyone was going to touch on this topic. Custom actions are the main thing that distinguishes these GPTs from just another fancy prompt. Great follow up on the replit code from part 1 of the repo
Thanks for the tutorial dude! This is very valuable. Can you do a demo for a production grade apps as well ~ It'll be very informative for us! Keep up the good work.
Hello There Could you send me the Link to The Code or the code itself. I Can't seem to find it. Thanks!
Top Tutorial, thanks mate!
Great to see my JS regex being used. Thanks for the shoutout 🙂
You should also use the Set Block for a var baseUrl where you set the replit URL once and then use {baseUrl}/start inside the GET/POST Blocks. That way you only have to fill this out once.
You're dead right, might make a feature in the next one too! 😎
bro can u help me understand this more please
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Hey man, great video. Really could tell you you put a lot of work into it. I'd love to see an actual deployment of this to run outside of replit!!!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Great stuff. I'd love to learn more about deploying and scaling production applications. Ideally one that includes some custom code deployment
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Nice bro, you're videos are some of the best!
Great Video Liam! Editing is top notch and content is knowledgeable. Thanks mate
Nice video. You can also set up the Assistant in the UI within the platform (so you don't need create_assistant function). This could give clients an easy CRM with which to update the knowledge base (although you could pull stuff from Google Drive).
This is nice and just clarified what we had in mind, Thanks again! Very detailed instructions
Amazing Liam. Thank you so much for this. This version explains a lot of questions i had from your other chat app in your website video. 👏👏👏
Yes a Riplet production deployment video would be great. Please and thank you. 🙏🏼🙏🏼
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Another great video, thanks Liam and your team yet again!
Amazing. The next Alex Hormozi delivering all the value! Thank you so much for these videos and yes please, would love a deployment tutorial 😍
Killer breakdown, subscribed! Liam, would love to see a deployments video as a followup. Cheers!
Thank you Liam! This is fantastic.
I think it would be awesome a Deployment tutorial so that we can start learning how to manage production!
i think the same
Thank you so much! Your content is golden! Keep up the good work 👍🏻
Great video and use-case. I'd love to learn more about deploying and scaling production applications.
Thanks for this great content. Please explain the Deployment part as well
Would love a video on replit deployment for how this would look like it in a real world scenario. Love the vids!
Love the video! I'd love you to go more in depth with the deployment and managing such bot, so that it works perfectly fine for my clients!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Perfect end to end implementation with the most user friendly tech stack. Please have the tutorial on deployment management, for cases we have multiple solutions
Thanks man for your endless efforts!
Liam is frigging amazing dude. What Value. I'll be signing up for his monthly membership. Best I've seen/heard on AI developments etc. Best follow him than try and work it out ourselves. Excellent value/content. Freaking great stuff. Tahnks Liam.
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
That was a very impressive build and succinct explanation. Subscribed for the hard work
Hi Liam,
Great video! I noticed that in the create_lead function, the "Bearer" was missing in the Authorization header for Airtable. Adding "Bearer" before the API key solved my authentication issue:
python
Copy code
headers = {
"Authorization": f"Bearer {AIRTABLE_API_KEY}",
"Content-Type": "application/json"
}
Thanks for the helpful tutorial!
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Yes please a deployment video ❤️ thanks for the great work 💪🏼
Yes please 👏👏
Loved this. Need more videos like this one!
Hey, you know what? My professor at University has suggested this video :)))
WOW! Thank you so much for all the hard work, and the great video.
Great video! I'd love to see a video on managing paid, production grade applications!
Great video @LiamOttley. Can you show a video on getting this to production? Would be interesting to see it go live in prod.
Keep it up! Sharing is caring. I learn a ton from your videos.
Amazing video, well explained. Very powerful indeed.
YES on the managing a production grade app video!
amazing job - as always. Im waiting for deployment tutorial for those!
Love all that you do. You are my bot guru!
"This big juicy re... Green button at the top" Subbed immediately bro 🤣
Great tutorial. Thank you. If anyone getting the error creating reccords in Airtable, please make sure line 19 in the functions file has Bearer in front of the AIRTABLE_API_KEY. Like this "Authorization": f"Bearer {AIRTABLE_API_KEY}"
This is important :)
Thank you! I was having the "Authorization_Required" issue and your comment fixed it in seconds.
Trying this but still can't seem to get it to pull the lead into Airtable. Any advice?
Unbelievable content. Thank you Liam!
Great Tutorial, thank you very much Liam. I'm not sure, however, if you end up paying twice here, once to OpenAI and once to Voiceflow, and whether there might be a much cheaper way?
This video was really helpful, do you have to create a new replit for each assistant you create for a client due to having to replace the knowledge base ?
You are genius, im thriller for finding this channel. Kudos for you.
I never comment but this was great !!!!!!!
Awesome stuff Liam! The only thing I wasn't able to figure out was an issue with the airtable api. I copied your air table base, created the api as described in the video & added it to replit but I keep getting this error when trying to create a lead:
Failed to create lead: {"error":{"type":"AUTHENTICATION_REQUIRED","message":"Authentication required"}}
Got it working in case anyone is also curious. Under the create_lead function, this line: "Authorization": AIRTABLE_API_KEY,
Should be changed to this: "Authorization": f"Bearer {AIRTABLE_API_KEY}",
Chat GPT saves the day once again
Was having the same issue...thx for this fix!
Great content, thanks. One question: how could we implement buttons to make it easier to guide the conversation, for example at the first user input have 2 buttons: "Solar Panel Info" or "Calculate savings"? I would not want those buttons instead of a typed response but give the user the option to click one of those...Thanks!
Very nice starting point. How do you test/debug the assistant with this workflow?
Thanks!!! Awesome work.... Are you made some project connecting with databases... to get more information of a specific user that all ready connect before?
Create content great video really appreciate the information can't wait for the next video and definitely signing up for the community
Awesome video, thanks for sharing! Do you have a tutorial where you show the whole process of building the assistant using the Open AI Assistant builder?
Highly appreciate your content! Guess that's why you're so successful. Can you do production grade deployment next ?
Great video. I get that it will vary depending on business and scope of work, but what is the average amount you would charge a company to build out website bot like this?
Hey man ! amazing work thank you,
i cant find the template to download it in the description, where can i find it please
Thank you so much, this video is so valuable, I appreciate this!
I'm wondering, do you charge all APIs costs from the clients for your bot usage, or do you set up their own accounts for this?
Liam, truly amazing stuff. You are such a G! How can we tweak this for another use case. Say for clinics or real estate companies
Hi Liam, do you need a paid version of voiceflow to integrate it on your own website? And is it possible to do it with wix?
Hey Liam. Thank you for this Value. Quick question to ask you, I am a complete beginner, would like to learn from the basics, but I’m kinda lost as to where to start.
Which of your TH-cam video should I start watching from?
Absolutely INSANE VALUE!
A really good start but I think to support more than one chat thread simultaneously the Python script need to be redone as a state machine so to can remove the poll loop.
Thanks Liam. You are the best.
Lovely Video! really love the content. i followed along with your steps however the airtable link doesn't seem to work. i don't get updated records
hi liam and everyone first thank you for all the content you are creating your channel is a real added value, i just wanted to ask is this process strictly for developers meaning can I do this even If i have zero knowledge in coding ?
Wow man love your knowledge i was building many custom gpts and thousands of people are using have Great ideas but not know how to change it to website is there a way to connect to you
Can you make one of these that doesn’t require a knowledge base? I understand it’s for businesses but there are other uses besides knowledge bases. I feel like the knowledge base bots are easy. It’d be good to know how to use other ways as well.
Can you use URL's replace the knowledge doc, so that the programmed assistant can source information from a URL when answering questions?
Great video! More production deployment information please
Great tutorials as always @LiamOttley! One question, do we have to put the knowledge base into the repl file or can we just add it onto voiceflow since we have the option to train the bot on URLs which is more convenient than files in my opinion while the repl Python file does not have this capability
Excellent as always. Thank you Liam!
Wow amazing video, very helpful! Could this web assistant also have things like buttons added in Voiceflow or does that functionality not work when it's hosted externally?
A production video would be cool. Thanks for all the knowledge
Production is sick
Love it! Thank you Mr. Wizard!
Can you just put the knowledge/prompt direclty within voiceflow to create this assistant? I see they have the option for this but curious what the pros and cons are.
Thanks for this video. An incredible resource for a novice like me. It all works except for the Airtable part where it supposed to enter the name of the contact. I've copied and pasted the Airtable API and the Leads URL. However in the console on Repl it says 'Authentication Required'. I've tried generating a second Airtable token to see if that was the problem but no change. Any ideas?
same issue
From @mushroom..."Authorization": AIRTABLE_API_KEY, Should be changed to this: "Authorization": f"Bearer {AIRTABLE_API_KEY}",
Great stuff Liam! Question, how can I put this chatbot in slack?
Please make a video on how to change the functions in the riplit templates to custom tools when customizing this myself. the other 2 are simple but how do I take the ai relevance schema for custom tools into these riplit templates?
hi Liam, great video. I couldn't find the link to the airtable base though. Any help?
Fixed!!
Could you let me know what to do differently if i wanted to run this on an ubuntu aws server instead of replit? I'm just starting out but since using ubuntu aws is half the price of replit wouldn't that mean considerably more monthly profit as you accumilate more and more monthly clients?
great work bro
Please create a video on putting a chatbot in production and one on using a custom RAG approach instead of using the basic OpenAI functionality.
Hi, thanks for the great content :)
how can I add a custom "Was this useful" mechanism to my chatbot?
This is epic. GPTs really added value to my business and travel videos. Liam kills it once again, AI solutions are moving forward fast. Are they there yet? It's only a matter of time and effort
hey, it seem s like you understood it... Maybe you can help me with the following brain lag lol: He didn´t even crate a costum GPT? He just connected the API to get costum responses right? So if I create a GPT I still dont know how to integrate it in the chatbots... PS: Im from germany and its not easy to understand all, so dont blame me. Would really appreaciate your help!
Hey Liam, thank you for this video.
You’re always opening my eyes to what’s truly possible with the technology.
Just trying to wrap my head around the different options that are available to us now.
What is the different between what you’ve shown here versus using the Playground to create something like this?
Also, could we not still use Voiceflow or Botpress to design conversations for extra functionality in addition to a user having access to the conversation example you built in Voiceflow.
Perhaps creating an intent that would activate this part of the workflow while still having access to the rest of the conversation that has been designed to do other things as well.
Hopefully that makes sense
🎉yes please give full deployment ❤ God bless you