A CLI based interface to OpenAI's GPT API
make
mkdir -p $HOME/bin
GPTCLI=$(curl -s https://api.github.com/repos/mikeb26/gptcli/releases/latest | grep browser_download_url | cut -f4 -d\")
wget $GPTCLI
chmod 755 gptcli
mv gptcli $HOME/bin
# add $HOME/bin to your $PATH if not already present
Pull requests are welcome at https://github.com/mikeb26/gptcli
For major changes, please open an issue first to discuss what you would like to change.