Home

Awesome

ChatGPT REPL

A CLI for interacting with OpenAI's ChatGPT API using gpt-3.5-turbo.

<img width="815" alt="Screenshot 2023-03-02 at 17 05 23" src="https://user-images.githubusercontent.com/775692/222383345-32808883-4165-4768-9937-ef8e4222b19b.png">

Key Features

Installation

You can install chatgpt_repl using pip:

pip install chatgpt_repl

Usage

To start the ChatGPT REPL, simply run:

chatgpt_repl

This will start a conversation with ChatGPT, where you can enter messages and receive responses. The chat logs are saved to the logs directory.

License

This project is licensed under the MIT License.