0.1.6 • Published 3 years ago
@mkanenobu/chatgpt-cli v0.1.6
chatgpt-cli
chat-gpt is a command line interface for OpenAI
How to use
- npm -g install @mkanenobu/chatgpt-cli
- Set API Key to ~/.config/chatgpt-cli/config.json
- Run chatgpt-cli
Config example
{
  "api_key": "...",
  "speak": false // default is true
}For Developers
Dev
npm run devBuild
npm run buildPublish
npm publish --access public