A collection of community created scripts to automate your life
Use LLMs to generate terminal commands from natural language queries.
pip install groqpip install ollama- set
GROQ_API_KEY - set
FAST_OLLAMA_MODELto your fast Ollama model of choice
Options
- Can use
--serviceto select betweengroqandollama - Can use
--modelto select a model
Use LLMs to generate your commit messages.
Requires
pip install groqpip install ollama- set
GROQ_API_KEY - set
FAST_OLLAMA_MODELto your fast Ollama model of choice
Options
- Local by default
- Use Groq with
--groq - Arrow keys by default
- Use Vim keys with
--vim - Use number selection with
--num - Use
--max_chars=Xto set up the commit message length (default is 75 chars)