/term-gpt

Proof of concept of a ChatGPT client in the terminal

Primary LanguageTypeScriptMIT LicenseMIT

TermGPT

A cli client to interface with ChatGPT. Emulating the "chat" experience with slow, delayed write to stdout.

Development

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>

Installation

At some point, will make available through npm.