Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 457 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 457 Bytes

Install

npm i sayai

Start Completion

sayai start -key [yourkeys]
  -k, --apiKey <string>        openAI api key
  -s, --saveKey                save key in cwd
  -m, --model <string>         Select chatGPT model  (default: "text-davinci-003")
  -max, --max_tokens <number>  Return max characters (default: 256)
  --temperature <number>       temperature (default: 0.7)
  -h, --help                   display help for command