0.1.6 • Published 2 years ago

@mkanenobu/chatgpt-cli v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago