Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 940 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 940 Bytes

ChatGPT Client

Install

cargo install --git https://github.com/misssonder/chatgpt-cli

Usage

Get API key from https://platform.openai.com/account/api-keys

ChatGPT command line that support multiple prompts

Usage: chatgpt [OPTIONS] --api-key <API_KEY>

Options:
  -a, --api-key <API_KEY>  Api key of the openai support
  -p, --prompt             Customize the prompt
  -m, --model <MODEL>      Set the chatGPT model, default value is 'gpt-3.5-turbo'
  -h, --help               Print help
  -V, --version            Print version

Prompts

support prompts

  • Default
  • LinuxTerminal
  • Translator
  • Interviewer
  • JavaScriptConsole
  • ExcelSheet
  • EnglishPronunciation
  • EnglishTeacher
  • TravelGuide

you can click awesome-chatgpt-prompts to know more about chatGPT system prompt.