How to run the scripts on macOS
Install the following:
brew install python3 fzf
In macOS shell run:
git clone https://github.com/MikeBirdTech/automations.git && cd automationspython3 -m venv venvsource venv/bin/activatepip install groqpip install ollamaexport GROQ_API_KEY="<your groq api key>"export FAST_OLLAMA_MODEL="<your ideal Ollama model>"
To run it:
./aicommit.py