Great channel, Bart - commenting for the algorithm!
@BartSlodyczka29 күн бұрын
Thank you legend 🏆
@2626tags29 күн бұрын
Great, this is very helpful.
@BartSlodyczka29 күн бұрын
Thanks!
@p4r7h-v29 күн бұрын
banger video
@BartSlodyczka29 күн бұрын
my man! 💪
@JanMdwoe27 күн бұрын
Great video, what can I use as an alternative to Replit? Im not allowed to use the plattform because of EU Data Privacy. What do I need instead - could it be done with DigitalOcean?
@BartSlodyczka22 күн бұрын
Thanks! I think so, although I haven't used any other platforms aside from Replit as Replit is super easy for me to use. But I think AWS or Google Cloud would also work :)
@zehaankhan123 күн бұрын
ok great... So how many calls can it place in at a time.... concurrency?... or is it one call at a time?
@BartSlodyczka22 күн бұрын
Not sure how many, I think it depends on how you deploy, so if the current deployment settings limit calls, you could upgrade the server to handle more volume. But in truth I haven't tested max calls on this exact set up
@kamalkamals29 күн бұрын
there is no alternative of twilio ?
@BartSlodyczka29 күн бұрын
Haven't looked into it much so not sure 🙏
@derherrdirector29 күн бұрын
there are plenty alternatives to twilio. Just search for SIP services in your country.
@itayhilel216829 күн бұрын
Can you help us with an alternative to twilio?
@BartSlodyczka29 күн бұрын
Give me some suggestions and I'll look into it :)
@meanfitness28 күн бұрын
Can the bot actually take an order for say a fast food restaurant and send to owner? Also send payment link to customer?
@BartSlodyczka28 күн бұрын
Yeah for sure, as long as the restaurants booking tool supports api connectivity, or ideally it has modules in make.com. Would just need to build out the appropriate function calls
@AbeelIshrat29 күн бұрын
You said for the transcript_webhook_url and booking_webhook_url, we have to copy the URLs from the First Webhook in the diagram and paste them, but you have 2 different URLs in your code Can you guide furthur? That would be very helpful Thankyou
@BartSlodyczka29 күн бұрын
the transcript webhook is used at the end of the conversation and is where we send the transcript of the conversation. In my Part 3 video I give you a make.com scenario that can be used to help process the transcript. And yeah this is a seperate webhook to the booking webhook. For the booking webhook, use the make.com scenario that i supply in this video (can find in the gumroad). To summarise, use two different webhooks! Hope this helps :)
@AbeelIshrat24 күн бұрын
@@BartSlodyczka Thankyou soo much you are awsomeee
@cb462329 күн бұрын
Ya buddy!
@BartSlodyczka29 күн бұрын
Let's gooo!!
@danielpistola29 күн бұрын
I wanted to ask.... Is the realtime API more reliable now?
@BartSlodyczka29 күн бұрын
I think it is better yes, but there are still some niggly issues that pop up sometimes. Like sometimes the ends of words are cut off (when the AI agent is responding). I've read about this as well in the openAI forums so I think it is on the radar and will be taken care of soon :)