The BEST Way To Build An AI Persona ChatBot (2023 Full Tutorial)

  Рет қаралды 9,706

Surviving Your 20's

Surviving Your 20's

Күн бұрын

Today I am going to teach you the easiest way to build an AI persona chatbot by using Botpress and StackAI. Let's get into it!
AI chatbots are a game-changer for turning website visitors into paying customers. These smart bots provide personalized assistance, engaging with visitors and guiding them through the website. With instant support and real-time responses, chatbots create a seamless experience that boosts customer satisfaction and increase conversion rates. They work 24/7, allowing us to focus more on building great businesses and less on answering our visitors' generic questions! Now that we are in the midst of the AI Revolution, it has never been easier to train custom ChatBots that can interact with our visitors and help convert them into paying customers. Even more impressive is the ability to create AI Persona chatbots that can act like, behave like, and sound like other people (celebrities, historical figures, industry experts, etc.)!
Botpress is my favorite chatbot builder currently on the market due to the immense amount of customization and level of control that they provide its users. By harnessing the power of its visual workspace, we are able to build completely unique, personalized chatflows full of conditional logic, dynamic branching and AI-trained nodes capable of relaying information from complex knowledge bases to our end-users. While there is a bit of a learning curve, it is well worth the squeeze to learn the basics of Botpress so that you can begin delivering complex chatbots for yourself and your clients.
In this video, I am going to teach you how to build a basic AI Persona Chatbot by integrating Botpress with StackAI. Firstly, I will introduce you to StackAI, which we will use as our middleman between ChatGPT and Botpress. Next, I will show you how to set up a knowledge base that our chatbot can learn from. Then, I will show you how to use prompt engineering within ChatGPT to create an AI persona (in our case JFK!) that will bring our chatbot to life by giving it personality and a presence it otherwise would not have. Finally, I will show you how to connect our StackAI infrastructure back to Botpress to create one seamless user experience for our website visitors. Let's get right into it!
Subscribe for weekly tutorials!
-------------------
🧬 Custom Code -
const inputMessage = workflow.stackAiQuery
const API_URL = "YOUR STACKAI URL";
const headers = {
'Authorization': 'Bearer XXXX',
'Content-Type': 'application/json'
};
const payload = {
"in-0": inputMessage
};
try {
const response = await axios.post(API_URL, payload, { headers: headers });
workflow.stackAiResponse = response.data["out-0"];
} catch (error) {
throw new Error(`Error in Stack AI: ${error}`)
}
-------------------
🪓 Resources -
🦾 Botpress: try.botpress.com/g9islyh7pjv6
🧱 StackAI: www.stack-ai.com
--------------------
⏱️ Timestamps -
0:00 👋 INTRO
0:39 🧱 StackAI Set Up
2:46 🧠 Create Knowledge Base
4:51 🎭 Create AI Persona
11:23 🦾 Botpress Build & API Link
19:52 ✌️ CONCLUSION
--------------------
✉️ Business Inquiries: survivingyourtwentys@gmail.com
--------------------
👨 WHO AM I -
I'm Alex, a 27 year old Financial Analyst who lives in Nashville, TN. On this channel, we explore the no-code strategies and tools that can help us launch the projects that inspire us and, consequentially, lead the lives we've always dreamed about.
If that sounds interesting, consider subscribing! See you in the next video 😀
PS: Some of the links in this description are affiliate links that I get a kickback from 😜

Пікірлер: 42
@jwsc9578
@jwsc9578 9 ай бұрын
You are so talented in teaching, love your videos, can’t thank you enough 😊
@marielareyes
@marielareyes 8 ай бұрын
Thanks, I created my first chatbot for my husband shop :)
@kennethochiabuto8516
@kennethochiabuto8516 9 ай бұрын
Thank you for this. Very well explained by you once again.
@ohja.aiautomation
@ohja.aiautomation 7 ай бұрын
Dude i love your Videos ❤ Keep them coming :)
@vince-1337
@vince-1337 6 ай бұрын
Wonderful video, thanx alot ! I actually made my plateform for learning Visual Art, and I have so much rare and unique ressource to add for a personnal chatbot (since i can't explain everything in a video). This is the perfect app for doing that and made the teaching so much easier for students, keep it mate!
@lunaticinorbit
@lunaticinorbit 9 ай бұрын
Great video, thanks. Botpress alone can do this example task here, but the point is, well, here is the river and the bridge, there is the fish.
@paulham.2447
@paulham.2447 9 ай бұрын
One more time, it will be very helpul. Thank you Sir
@Afrolatina_adventurer
@Afrolatina_adventurer 8 ай бұрын
amazing example and clear speaking/teaching! Can you please also mention pricing so we know up front what costs are. Are you their sponsor/affiliate?
@syedraihanhossain5731
@syedraihanhossain5731 9 ай бұрын
Hey man you make great videos. Just one thing I would to like know is if you use only botpress for this task wouldn’t it be possible to make this bot?
@simonm-m8106
@simonm-m8106 8 ай бұрын
It can be done, also can be done with another chatbot building site like voiceflow... but stack AI is so much more capable and reliable
@elrecreoadan878
@elrecreoadan878 7 ай бұрын
I'm new to this and you make it so clear. I have few questions : is this a RAG kind of approach? When should one opt to fine tune a model instead of using Botpress with its knowledge base? Can you use llama2 instead of openai and if so what may be the benefits?
@SureBing06
@SureBing06 8 ай бұрын
Great! Any video about chatbot for Facebook page?
@KenDores-oy9mc
@KenDores-oy9mc 9 ай бұрын
Please can you do a tutorial using both botpress and voiceflow to make a KZbinvideo chatbot
@Nursultan_karazhigit
@Nursultan_karazhigit 9 ай бұрын
Thanks for the video how to create a bot in instagramm that can automatically respond to customer requests based on the knowledge base is it possible to integrate after zapier into crm?
@silvercrownwisdom
@silvercrownwisdom 9 ай бұрын
This is a great video. Just one question, do I have to build this using both platforms or can I build it just using one or the other. Why do I need both?
@YvesGGTV
@YvesGGTV 9 ай бұрын
I have the same question 😅 Great video
@jguillengarcia
@jguillengarcia 9 ай бұрын
Hi, I was trying to replicate. I did the same workflow in botpress, and the same in stack-ai... the problem comes when testing the chat, there is some error in the code? Did it happened to you?
@gunngunn6763
@gunngunn6763 9 ай бұрын
Thank you..is it free? And is it asking for openai API key?as many don't have it
@aghaahmad5052
@aghaahmad5052 8 ай бұрын
Is there anything by which i can provide form to the user to fill? The form can be off different types.
@brisonvsn
@brisonvsn 9 ай бұрын
you explained it better, Could you make one with flowise and huggingface🤗as the LLM, no cost option ?
@VincentOrtegaJr
@VincentOrtegaJr 5 ай бұрын
Did he ever or did you find anything like this? Great question
@Aaronius_Maximus
@Aaronius_Maximus 9 ай бұрын
Is it possible to take this chatbot and integrate it on a mobile phone or a user's PC?
@ajayjpillai7272
@ajayjpillai7272 6 ай бұрын
Thanks for the video, but why can't you use botpress for creating the persona as well? Is that possible? Or can it be set up only in Stack AI?
@mumtazsunderji5646
@mumtazsunderji5646 3 ай бұрын
Hello Alex, Thank you for the great video. I am stuck at 14.44 of this recording., where you mention: To click a variable "click on the canvas", for me nothing just the "Main Workflow Properties" appears, but the screen is blank so ther eis nothing to click to add a variable. Can you please assist me? Thank y very much!
@ignotooscuroofficial
@ignotooscuroofficial 5 ай бұрын
i have an error. it says stackAiResponse: Empty
@eduardo29494
@eduardo29494 8 ай бұрын
could we do this was just stack ai?
@sreyassreenivas1223
@sreyassreenivas1223 8 ай бұрын
Is there any way to make it fast ?
@e.x5264
@e.x5264 9 ай бұрын
Hey is there a reason why this cant be done in botpress alone?
@22ilona
@22ilona 8 ай бұрын
same question here
@QuotesForLife69
@QuotesForLife69 2 ай бұрын
hey, its showing undefiend as the answer in botpress
@PrincyJB
@PrincyJB 5 ай бұрын
I always encounter an error when uploading a PDF. Do you have any tips for me?
@LookingForStrength
@LookingForStrength 9 ай бұрын
7:34 please where do you find this prompt who look like a code 😢
@shlokshah900
@shlokshah900 8 ай бұрын
yes even i want it
@joseluisdecea-naharroromer824
@joseluisdecea-naharroromer824 11 күн бұрын
Can you ad an ai avatar to this? I mean, using the same example on the video, if you train the system with images and videos of JFK, could you create a video chatbot with JFK?
@user-xs4ny3qr9h
@user-xs4ny3qr9h 9 ай бұрын
Hi Where can I find the code that you put in the prompt box? I am a beginner and would need some help on how to do it, I would be grateful if someone could help me.
@shlokshah900
@shlokshah900 8 ай бұрын
even i am confused where do i find it?
@22ilona
@22ilona 8 ай бұрын
in the description under the video
@RowafaEdits
@RowafaEdits 9 ай бұрын
Can i Edit your KZbin videos?
@VincentOrtegaJr
@VincentOrtegaJr 5 ай бұрын
Why do I feel like botpress already has these stack ai features so then just use all in one ? No
@mundoIAV
@mundoIAV 4 ай бұрын
Can you make a virtual girlfriend? and that the conversations are fluid, not like a robot
@IAmWifiFunded
@IAmWifiFunded 8 ай бұрын
hey bro, i had it working but now when it gets to the "execute code" part in botpress it has and error and says this: Error executing action "inline-ins-c634ab7396.js" in flow:Main:node:User_Information [Error, Error in Stack AI: AxiosError: Network Error] {"scope":"bot-action","cardId":"ins-c634ab7396","nodeId":"node:User_Information","workflowId":"flow:Main"}
The BEST Way To Build A Personal Assistant GPT In OpenAI (Zapier AI Actions)
20:16
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 6 МЛН
Ауылға қайт! | АСАУ | 2 серия
33:16
Qarapaıym Qanal
Рет қаралды 1,1 МЛН
Using Botpress To Build Custom Trained AI ChatBots (2023 Full Tutorial)
18:51
Top 10 Expert Tips for Efficient Automations in Make [Part 1]
10:57
Delivering Automations to Clients (How I Do It)
11:06
Tyler Germain
Рет қаралды 12 М.
Building An AI-Powered Social Media Assistant (Fully Automated!)
11:36
Surviving Your 20's
Рет қаралды 30 М.
The FASTEST Way To Build A PAID Membership Site In Webflow (Memberstack 2.0)
32:47
EASIEST way to SELL CHATBOTS in 2023 powered by ChatGPT
58:30
Chatbot Builder
Рет қаралды 9 М.
How to Craft EFFECTIVE Custom Instructions in ChatGPT!
13:12
AI Foundations
Рет қаралды 12 М.