This article outlines a project that uses OpenAI's GPT-3 model to generate Yugioh fan fiction in response to text messages sent to a Twilio phone number. The project involves creating a Flask web application that receives POST requests from Twilio and uses the OpenAI API to generate character dialogue based on user input. The generated text is then returned to Twilio as a TwiML response, allowing users to receive scenes of dialogue from the Yugioh universe via text message. The project demonstrates how GPT-3 can be used for generating creative content in response to user input.