Skip to content

C043/ShellGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShellGPT

Small tool that let you use ChatGPT directly from the shell.

Rquisites

  1. Having Nodejs installed in your system
  2. Having GIT installed in your system
  3. OpenAI api key

Usage

  1. Clone this repository
git clone https://github.com/c043/chatGPT-cli
  1. 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 .
  1. Configure the tool with your api key and model of choice
gpt configure -key
gpt configure -model
  1. Use chatGPT!
gpt

About

npm package that connects the user to chatGPT directly from the shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published