Encounter the wonderful world of ai generated textadventures from ChatGPT
- Go to https://chat.openai.com/chat and log in or sign up.
- Open developer console with
F12
. - Open
Application
>Cookies
. - Copy the value for
__Secure-next-auth.session-token
and paste it into the terminal prompt.
- Run
npm i
- Run
npm start
- Enjoy!
This repository uses the amazing work from commitgpt as its foundation. We tweaked the conversational part a little bit, but this works all due that work