16
Jun
This is a submission for the Twilio Challenge What I Built I created an AI-powered voice assistant designed to handle complex questions. Many existing voice assistants struggle with these types of inquiries, which can be frustrating for users. My assistant aims to bridge this gap. Demo Source code https://github.com/ThatCoolGuyyy/Twilio-OpenAI Steps to try The detailed steps to see the voice assistant are in this article I wrote, https://www.twilio.com/en-us/blog/build-ai-powered-voice-assistant-twilio-laravel-openai Twilio and AI I used Twilio Programmable voice to get the user's request, this request is then passed into OpenAI API in a Laravel application. Finally, Twilio Programmable Voice is used to return…