marcolardera/chatgpt-cli
A Python CLI tool that provides a command-line interface for chatting with ChatGPT using the official OpenAI API.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This is a straightforward Python CLI application that wraps the OpenAI ChatGPT API, allowing users to interact with GPT models from the terminal. After configuring an API key via config file, environment variable, or command-line flag, users can engage in conversations with ChatGPT models directly from their command line. It aims to provide fast, cost-effective access to ChatGPT for average users without requiring a ChatGPT Plus subscription.