terminalGPT icon indicating copy to clipboard operation
terminalGPT copied to clipboard

using the quickstart method running into an obstacle

Open grasshaussoftware opened this issue 2 years ago • 0 comments

deusopus@ancient-rome:~/terminalGPT$ npm run
Lifecycle scripts included in [email protected]:
  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

grasshaussoftware avatar Jan 22 '23 11:01 grasshaussoftware