kardolus / chatgpt-cli

ChatGPT CLI is an advanced command-line interface for ChatGPT models via OpenAI and Azure, offering streaming, query mode, and history tracking for seamless, context-aware conversations. Ideal for both users and developers, it provides advanced configuration and easy setup options to ensure a tailored conversational experience with the GPT model.
MIT License
424 stars 28 forks source link

How to uninstall #2

Closed thesofakillers closed 1 year ago

thesofakillers commented 1 year ago

How does one uninstall this?

kardolus commented 1 year ago

Remove the binary.

Type: which chatgpt to locate it (likely sudo rm /usr/local/bin/chatgpt). In case you created a folder in your home dir you will have to remove that too (rm -rf ~/.chatgpt-cli).

I will create a section in the readme for this.

kardolus commented 1 year ago

@thesofakillers here's a link to the Uninstallation section: https://github.com/kardolus/chatgpt-cli#uninstallation