Skip to content

lmirguet/cligpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI for using ChatGPT in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages