Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 976 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 976 Bytes

cligpt

A terminal-based ChatGPT.

Run the program with

python cligpt/main.py

Once you have imported the required libraries.

Requirements

To run this program, you will need:

Install a virtual environment and launch the program

We recommend that you install the needed python libraries in a virtual environment. Here is how you can do:

Create a virtual environment in the folder where you cloned the projet:

python -m venv .venv

Then activate it and download the required libraries:

.venv/bin/activate
pip install -r requirements.txt

Now you can run the program:

python cligpt/main.py

OpenAI documentation