Build a Chatbot with GPT-3, Twilio Programmable SMS, and JavaScript

1 · Twilio · Nov. 23, 2022, 7:41 p.m.
In this article you’ll learn how to build a chatbot using GPT-3 text completion, Twilio Programmable SMS, and JavaScript. This SMS based chatbot is going to be your new AI best friend! You’ll learn how to engineer your ideal bot by feeding a customized prompt to GPT-3. Prerequisites To get started with this tutorial, you’ll need the following: Node.js v14.0+ installed on your machine, along with a package manager like npm or yarn The Twilio CLI installed on your machine (make sure you’re logge...