Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 521 Bytes

ChatGPT In Your CLI

Lightweight wrapper of the official ChatGPT API in your terminal.

Demo

ChatGPT

Installation

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

License

MIT