0.1.6 • Published 1 year ago

@mkanenobu/chatgpt-cli v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

chatgpt-cli

chat-gpt is a command line interface for OpenAI

How to use

  1. npm -g install @mkanenobu/chatgpt-cli
  2. Set API Key to ~/.config/chatgpt-cli/config.json
  3. Run chatgpt-cli

Config example

{
  "api_key": "...",
  "speak": false // default is true
}

For Developers

Dev

npm run dev

Build

npm run build

Publish

npm publish --access public
0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago