A cli client to interface with ChatGPT. Emulating the "chat" experience with slow, delayed write to stdout.
Install the dependencies
npm install
Ensure that you have a secret from ChatGPT that will allow you access to their APIs.
# .env file
OPENAI_SECRET=<your secret>
At some point, will make available through npm.