mikaelvesavuori/minion
The easiest and most lightweight way for developers to use OpenAI APIs in a CLI.
Minion helps software developers streamline their daily coding tasks by interacting with OpenAI's large language models directly from the command line. It takes your code changes or specific files as input and generates outputs like code reviews, unit tests, commit messages, or architectural diagrams. This tool is designed for individual developers or small teams looking to enhance productivity and code quality without leaving their terminal.
No commits in the last 6 months.
Use this if you are a software developer who wants to quickly generate code reviews, commit messages, unit tests, or diagrams for your code changes using AI, all from your command line.
Not ideal if you prefer a graphical user interface for AI interactions or if you need to integrate with AI models other than OpenAI's.
Stars
18
Forks
3
Language
Shell
License
MIT
Category
Last pushed
Aug 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/mikaelvesavuori/minion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust