Thanks for this video! Great value inside. I didn't see other videos on this specific subject with so much details like clearing the user fields, or with the "unknown answer" condition. Nice job!
Hi, thaks for your video. I am wondering, How do you connect GPT API to ManyChat , I mean, when you have an personal Assitant at GPT API, Is it possible connect it with ManyChat
Haven't tried that yet but I see no reason why it shouldn't work. When I used assistant last time it still had some issues (e.g. how it shows citations) - and given that it is still in Beta I am not sure those have been resolved yet. But if that doesn't bother you give it a try :)
¡Thank you very much! This was super helpful. I could implement it without any problem. I have a question. Is there a way to implement a more advance gpt? one trained with files, for example.
Thanks for the kind words. About your question: Yes that is possible and there are different ways to do that. One option is to use the OpenAI Assistants API, which supports a knowledge base An other option is to use VoiceFlow as the backend - in which case you also have other connection options to social media beyond ManyChat as well Or you could use tools like chatrace / chatbotbuilder.ai, which also have a knowledge base and integrate with these services well. I intend to make videos about these topics in the coming months as well :)
hello thanks for the training. My question is this: I want to build a personalized whatsapp chatbot for businesses. We create a flow diagram in Manychat, but it does not continue the answer it gives. So the chatgpt input is one time. how do we ensure this?
You mean that it does not remember the answer it gave previously, right? I'll make a video about how to tackle this in the coming weeks, it's a common issue.
Thanks for this video! What if we have a script we want chat gpt to follow, like to take the lead through a sequence of messages to triage if they are a quality lead for our offer or not. Is there a way to do this with this manychat setup yet?
There are different ways to approach this Perhaps the simplest way is to do it with questions and buttons in ManyChat, which I also show you in this demo video. Then you can still use ChatGPT selectively at the end of the decision tree. Another way would be to try to use AI already in that stage, but I don't think ManyChat is suitable for that. Then you would probably want to use Voiceflow (probably together with ManyChat). This is slightly more complicated though, but one of my next videos will be exactly about this topic. Hope that helps
@@GregSchaf Thank you, is there a way to send information from manychat to the AI step? For example if the first response is from manychat and it knows the users name, to then pass that name to the AI step so that it can continue the conversation and it knows their name?
@@Joe_Leech Good question. So the proper way how you would want to do this in the long term is by using the OpenAI Assistants API (platform.openai.com/docs/assistants/overview) or a similar API from competitors that can remember the conversation. Unfortunately there is really no good support for that yet in other tools (even Voiceflow does not really support it at this point) That means for now the only way to do this is by storing the previous answers in a variable and then feed it in at the next prompt again. This way you can sort of build a small conversation with a few steps, even though it is a rather improvised solution. Not sure how soon the 'proper' solution works but we might have to wait until 2025, given the progress with the Assistants API so far.
With this way of integrating ChatGPT that is indeed limited. The easies thing to do is to write information about your business in the Prompt (the ChatGPT Action --> System prompt). I am not yet aware of a very easy way to integrate a knowledge base here. Two possible options are: - 1. Build your bot with VoiceFlow and then link it to the social media sites. The problem here is that this integration is not very simple yet. - 2. Use the OpenAI Assistants API, which supports a powerful knowledge base tool. However this is still in the Beta and there is also no easy integration with social media that I am aware of. So in short: There is no satisfying solution for this problem yet that I am aware of. Once that exists I will definitely make a video about it :)
Thank you for your response. I am facing an issue with the flow. I've followed it exactly and have had no issues with it integrating with ChatGPT however it's not pulling a response. I've watched the video 5x now @@GregSchaf
hey, thanks for the video. csn you please tell me how to do a automation on instagram where if someone wants the link befire that they have to follow me than after the automation should send the link. how to do that?
Yes you need to pay to use any AI model via API (OpenAIs GPT or any of it's competitors), but if you use an affordable model (GPT 3.5) it can be very cheap. This is unrelated to the billing of Manychat.
This one does not have memory. To do it properly with memory you would need the Assistants API, but bot builders don't support that yet. I'll definitely make a video once an easy option for that is available. Meanwhile what you can do is insert all the relevant context in the prompt by using several variables. And you can of course also store AI Answers in variables, so then you could feed it in the next prompt again. I'd say if you need a solution with memory right now that is probably the best workaround.
That would take a lot of time, but I'll consider it in the future. Let me know if there is any specific topic you are most interested tho, then I could do that sooner :)
Did you check if the OpenAI API is working otherwise? You might first need to charge it with a small amount of money to get it to work. If that is not the problem then I'd suggest you try disconnecting and reconnecting OpenAI to ManyChat. Let me know if you tried both of these and it still doesn't work
Yes you need to set up the OpenAI account and top up some money. To save money just go with GPT 3.5 rather than GPT 4. While not totally free, it is at least very cheap by now :)
Thanks for this video! Great value inside.
I didn't see other videos on this specific subject with so much details like clearing the user fields, or with the "unknown answer" condition.
Nice job!
Thanks 😊
Very useful sir, subscribed...
Thanks! Let me know if there are other topics you would like to see videos about :)
Hi, thaks for your video. I am wondering, How do you connect GPT API to ManyChat , I mean, when you have an personal Assitant at GPT API, Is it possible connect it with ManyChat
Thanks for this vidéo ❤
thanks a lot, if i want to make chatgpt answers WhatsApp Business chats questions from my customers about my company?
I'm sorry, what exactly is your question?
Wow thanks a lot for this vid... Question, can we do this but with an assistant using the Assistant's API?
Haven't tried that yet but I see no reason why it shouldn't work.
When I used assistant last time it still had some issues (e.g. how it shows citations) - and given that it is still in Beta I am not sure those have been resolved yet. But if that doesn't bother you give it a try :)
¡Thank you very much! This was super helpful. I could implement it without any problem. I have a question. Is there a way to implement a more advance gpt? one trained with files, for example.
Thanks for the kind words.
About your question: Yes that is possible and there are different ways to do that.
One option is to use the OpenAI Assistants API, which supports a knowledge base
An other option is to use VoiceFlow as the backend - in which case you also have other connection options to social media beyond ManyChat as well
Or you could use tools like chatrace / chatbotbuilder.ai, which also have a knowledge base and integrate with these services well.
I intend to make videos about these topics in the coming months as well :)
@@GregSchaf where should i get open AI assistant key ? and to apply on the set to which place i need to insert it ? i need to use it
is there a way to have it suggest an appointment link or other lead gen or appointment setting options?
Yes, you can for example integrate Calendly. I intend to make a video about that soon, it's an interesting topic
hello thanks for the training. My question is this: I want to build a personalized whatsapp chatbot for businesses. We create a flow diagram in Manychat, but it does not continue the answer it gives. So the chatgpt input is one time. how do we ensure this?
You mean that it does not remember the answer it gave previously, right?
I'll make a video about how to tackle this in the coming weeks, it's a common issue.
Thanks for this video! What if we have a script we want chat gpt to follow, like to take the lead through a sequence of messages to triage if they are a quality lead for our offer or not. Is there a way to do this with this manychat setup yet?
There are different ways to approach this
Perhaps the simplest way is to do it with questions and buttons in ManyChat, which I also show you in this demo video. Then you can still use ChatGPT selectively at the end of the decision tree.
Another way would be to try to use AI already in that stage, but I don't think ManyChat is suitable for that. Then you would probably want to use Voiceflow (probably together with ManyChat). This is slightly more complicated though, but one of my next videos will be exactly about this topic.
Hope that helps
@@GregSchaf Thank you, is there a way to send information from manychat to the AI step? For example if the first response is from manychat and it knows the users name, to then pass that name to the AI step so that it can continue the conversation and it knows their name?
@@Joe_Leech
Good question.
So the proper way how you would want to do this in the long term is by using the OpenAI Assistants API (platform.openai.com/docs/assistants/overview) or a similar API from competitors that can remember the conversation.
Unfortunately there is really no good support for that yet in other tools (even Voiceflow does not really support it at this point)
That means for now the only way to do this is by storing the previous answers in a variable and then feed it in at the next prompt again. This way you can sort of build a small conversation with a few steps, even though it is a rather improvised solution.
Not sure how soon the 'proper' solution works but we might have to wait until 2025, given the progress with the Assistants API so far.
How do I give it some smarts and understanding of my business? so it gives more direct responses about what I offer
With this way of integrating ChatGPT that is indeed limited. The easies thing to do is to write information about your business in the Prompt (the ChatGPT Action --> System prompt).
I am not yet aware of a very easy way to integrate a knowledge base here. Two possible options are:
- 1. Build your bot with VoiceFlow and then link it to the social media sites. The problem here is that this integration is not very simple yet.
- 2. Use the OpenAI Assistants API, which supports a powerful knowledge base tool. However this is still in the Beta and there is also no easy integration with social media that I am aware of.
So in short: There is no satisfying solution for this problem yet that I am aware of. Once that exists I will definitely make a video about it :)
Thank you for your response. I am facing an issue with the flow. I've followed it exactly and have had no issues with it integrating with ChatGPT however it's not pulling a response. I've watched the video 5x now
@@GregSchaf
I think the easiest way so far is by using chatbase. It costs a few bucks a month, but does the job well
hey, thanks for the video. csn you please tell me how to do a automation on instagram where if someone wants the link befire that they have to follow me than after the automation should send the link. how to do that?
Thanks for the comment.
Thats a bit too much to answer here in Text form, I'll consider it as a topic for my upcoming videos
Wow it 😂 amazing ❤❤
Thanks!
great video! please where can i DM you because i have an idea to talk about
Yes sure, lets talk! Check out the link to my website in the video description :)
Do we need to use the paid version of GPT to use Manychat? If we are using the paid version of GPT, does this benefit our use of Manychat?
Yes you need to pay to use any AI model via API (OpenAIs GPT or any of it's competitors), but if you use an affordable model (GPT 3.5) it can be very cheap.
This is unrelated to the billing of Manychat.
Does this integration have memory? Thread per contact?
This one does not have memory.
To do it properly with memory you would need the Assistants API, but bot builders don't support that yet. I'll definitely make a video once an easy option for that is available.
Meanwhile what you can do is insert all the relevant context in the prompt by using several variables. And you can of course also store AI Answers in variables, so then you could feed it in the next prompt again. I'd say if you need a solution with memory right now that is probably the best workaround.
From where you get USA number that cost you 66 cents a month?
Just directly on Manychat where you integrate Whatsapp. Can you find it?
can you please make a full course to how to make a gpt service and then sell it
That would take a lot of time, but I'll consider it in the future.
Let me know if there is any specific topic you are most interested tho, then I could do that sooner :)
I followed the step by step instagram implementation and it is not working. Can you please help! :)
Where exactly do you get stuck?
Can you give access to chat history to gpt?
That's a feature that's missing with this implementation. I'll cover how to do that in an upcoming video
I like to do freelancing after completing this
That is not the worst idea. Good luck! 😊
It's not working for me. It's not blasting messages as I expect. Can you help me through it?
I'm happy to help, but that question is a bit generic.
Also feel free to join the AI Web discord and ask there :)
discord.gg/GHwyGTqAJg
All of the responses say Sorry I can't answer your question.
Did you check if the OpenAI API is working otherwise? You might first need to charge it with a small amount of money to get it to work.
If that is not the problem then I'd suggest you try disconnecting and reconnecting OpenAI to ManyChat.
Let me know if you tried both of these and it still doesn't work
My bot doesn't get the respond from ChatGPT. Did you pay for the API?
Yes you need to set up the OpenAI account and top up some money.
To save money just go with GPT 3.5 rather than GPT 4. While not totally free, it is at least very cheap by now :)