Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 767 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 767 Bytes

ChatGPT REPL

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.