gpt3-cli
v1.6.0
Published
CLI chatbot using openai API
Downloads
5
Readme
GPT CLI
$ gpt write a haiku about winter
Cold winter night
Snowflakes falling from the sky
Peaceful serenity
Install
npm i gpt3-cli -g
Commands
# enter auth key
gpt auth
# customize config
gpt config
# ask question
gpt <your question here>
Examples
Notes
Note Be careful with apostrophe's in your question, as they'll likely be interpreted to your shell as string delimiters
Note You'll need to create and enter your own API Key
Logs
Logs are stored to a local logs.json
file to help you debug info from the response that is not displayed on screen