chatGPT-shell-cli and GPT-Shell
These are competitors—both are standalone CLI tools that independently provide terminal access to OpenAI's ChatGPT and DALL-E APIs, with no dependency relationship or complementary functionality between them.
About chatGPT-shell-cli
0xacx/chatGPT-shell-cli
Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
Wraps OpenAI's `/chat/completions` and `/images/generations` endpoints with multi-input modes (interactive chat, pipe, CLI args) and persistent conversation context. Built entirely in bash using curl and jq, it supports model switching (gpt-3.5-turbo, gpt-4, completions endpoint), customizable system prompts, configurable API parameters (temperature, max tokens, image size), and optional markdown rendering via glow.
About GPT-Shell
firtoz/GPT-Shell
GPT-Shell is an OpenAI based chat-bot that is similar to OpenAI's ChatGPT. Also allows creating Dalle2 images.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work