Chat with tony Stark after he sacrifised himself for the greater good. Ask him intereseting questions, like "Do you think peter would do justice to your inheritence", or "do you believe your family could live without you".
This program itself was mostly written with the help of GPT-3, through GitHub CoPilot, so AI is the real thing here
To host your own instalnce of Chat-W-Tony, follow these steps
- Create a Discord Bot Application from the portal, convert it to a Bot and add it to a server, with the
Send message
permission. - Copy the Bot's
Client Secret
- Create an account with OpenAI and obtain an API key
- Rename
.env.example
to.env
and replace the values. - Install the dependencies and run the server with
npm start