A collection of community created scripts to automate your life
Use LLMs to generate terminal commands from natural language queries.
pip install groq
pip install ollama
- set
GROQ_API_KEY
- set
FAST_OLLAMA_MODEL
to your fast Ollama model of choice
Options
- Can use
--service
to select betweengroq
andollama
- Can use
--model
to select a model
Use LLMs to generate your commit messages.
Requires
pip install groq
pip install ollama
- set
GROQ_API_KEY
- set
FAST_OLLAMA_MODEL
to 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=X
to set up the commit message length (default is 75 chars)