DEV Community

Andreas Sander
Andreas Sander

Posted on

Setting Up a Node CLI with ChatGPT

Hey devcommunity! πŸš€

I've been diving into setting up a Node CLI using a ChatGPT account account. Apart from the intricacies of the access token, I found the process to be pretty straightforward. If anyone's interested, I just built up this very fast sample repo that might be helpful as a starter.

On a related note, for those looking into automatic access token generation, I stumbled upon openai-token. It seems to work with a username/password combo. Has anyone tried this or have any thoughts on it?

Would love to hear your experiences or any tips you might have building ChatGPT CLIs via TypeScript! πŸ’‘

Top comments (0)