chatgpt-cli-tool
v1.0.6
Published
A command-line interface for interacting with OpenAI
Downloads
4
Readme
chatgpt-npm
A CLI tool built to make interactions with ChatGPT more streamlined for day-to-day use.
Installation
Run npm i chatgpt-cli-tool -g
Running the package
Run npx chatgpt-cli-tool
API Key
You will be prompted in the CLI to present your OpenAI API Key which can be found under your OpenAI account. Once this has been provided you will be able to use ChatGpt in your command-line
Uses
To run a continuous chat with ChatGPT just run npx chatgpt-cli-tool
.
If you want to do a one-liner and geta response then you can run npx chatgpt-cli-tool [your__prompt_goes_here]