Small tool that let you use ChatGPT directly from the shell.
- Having Nodejs installed in your system
- Having GIT installed in your system
- OpenAI api key
- Clone this repository
git clone https://github.com/c043/chatGPT-cli
- Inside the root directory of the project use npm to install globally
npm i
npm i -g .
# The system might need your root privileges
sudo npm i -g .
- Configure the tool with your api key and model of choice
gpt configure -key
gpt configure -model
- Use chatGPT!
gpt