/TermGPT

ChatGPT in Terminal.

Primary LanguagePythonMIT LicenseMIT

TermGPT

ChatGPT in terminal.

TermGPT

Usage

Populate your personal_openai.env file by your OpenAI Organization and API Key like this:

OPENAI_ORG=YourOrgKey
OPENAI_API_KEY=YourApiKey

Then install all necessary dependency:

pip install -r requirements.txt

and run:

python main.py

Installation

chmod +x install.sh
./install.sh

Uninstallation

chmod +x uninstall.sh
./uninstall.sh