querygit
v1.0.3
Published
Use natural language to run git.
Maintainers
Readme
querygit
Use natural language to run git.
Install
npm install -g querygitSetup
export CEREBRAS_API_KEY=your_api_keyNote: The model is hardcoded to
llama3.1-8bvia Cerebras API.
Usage
querygit "show me the last commit message"Output
Model
-------
llama3.1-8b (Cerebras)
Command
-------
git log -1 --format=%s
Result
-------
Release v1.0.2