git clone https://github.com/ramazanix/gpt-in-terminal.git && \
cd gpt-in-terminal && \
./install.sh
gpt "2+2=?"
rm ~/.chat_gpt.py && \
python3 -m pip uninstall -y g4f && \
unalias gpt
And remove alias from your ~/.(bash|zsh)rc file on the last line