Awesome
ChatGPT REPL
A CLI for interacting with OpenAI's ChatGPT API using gpt-3.5-turbo
.
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.