ChatGPT REPL

March 2, 2023 ยท View on GitHub

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

Screenshot 2023-03-02 at 17 05 23

Key Features

  • ๐Ÿ”ช Uses the official ChatGPT API
  • ๐Ÿค– Allows customization of the assistant's role
  • ๐Ÿค Written by ChatGPT itself

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.