A ChatGPT CLI tool based on the OpenAI API, for hardcore terminal users.
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!