Closed grasshaussoftware closed 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
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
npm run
npm run dev