jucasoliveira / terminalGPT

Get GPT like chatGPT on your terminal
MIT License
1.01k stars 182 forks source link

using the quickstart method running into an obstacle #39

Closed grasshaussoftware closed 1 year ago

grasshaussoftware commented 1 year ago
deusopus@ancient-rome:~/terminalGPT$ npm run
Lifecycle scripts included in terminalgpt@1.0.9:
  test
    jest --ci --coverage --verbose

available via `npm run-script`:
  tgpt
    node bin/index.js
  dev
    node bin/index.js chat --engine text-davinci-002 --temperature 0.7
  tunne
    node bin/index.js chat --engine text-davinci-003 --temperature 0.7 --finetunning true --limit 1
  dev:delete
    node bin/index.js delete
jucasoliveira commented 1 year ago

The npm run won't start anything because you have to define what script to run. You can run npm run dev to run the package on your computer