Use the steps below:
Steps
-
Click here to fork this repo.
-
Clone your forked repo and create an example spec
# Replace `YOUR_GITHUB_USERNAME` with your own github username git clone https://github.com/YOUR_GITHUB_USERNAME/terminalGPT.git terminalGPT cd terminalGPT # Add jucasoliveira/terminalGPT as a remote git remote add upstream https://github.com/jucasoliveira/terminalGPT.git # Install packages npm install
-
On your terminal, type
npm run tgpt -- chat
. Your terminalGPT will start. 😊