Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 713 Bytes

chatgpt-cli

A ChatGPT CLI tool based on the OpenAI API, for hardcore terminal users.

check

Demo

demo

Usage

You need to first open HERE to get a valid API Key.

# Install
pip install git+https://github.com/jaypei/chatgpt-cli

# Ask directly without keeping any context.
chatgpt-cli ask <question>

# Start a chat session, so that we can have a conversation with context.
chatgpt-cli chat

# Have fun!