Lightweight wrapper of the official ChatGPT API in your terminal.
Run the following
git clone https://github.com/mansimov/chatgpt_cli
bash install.sh
Make sure to set your OpenAI API key in OPENAI_API_KEY
environment variable
Also install jq
library (json data processor in shell) if you don't have it.
After that open a new terminal window and run chatgpt
command
MIT