chatblade and chatgpt-prompt-wrapper
These are complementary tools where one provides a high-level CLI interface for ChatGPT interaction while the other supplies a lower-level Python API wrapper that could potentially serve as the underlying implementation for similar CLI tools.
About chatblade
npiv/chatblade
A CLI Swiss Army Knife for ChatGPT
[
{
"question": "An adjective describing a person or animal that enjoys being in the company of others, or tends to associate with others; sociable.
E.g., Humans are _______ creatures by nature.",
"answer": "gregarious"
},
{
"question": "What is the etymological root of the word gregarious?",
"answer": "From the Latin word 'gregarius', meaning 'of or belonging to a flock or herd', which comes from 'grex' (flock, herd)"
}
]
```
## Advanced features and options
### Options that apply to a query:
```
Usage: chatblade [OPTIONS] COMMAND
Options:
-q, --query TEXT a query
-c, --
About chatgpt-prompt-wrapper
rcmdnk/chatgpt-prompt-wrapper
cli tool to wrap ChatGPT Python API
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work