How to run the scripts on windows
in Windows Powershell:
git clone https://github.com/MikeBirdTech/automations.git && cd automationspython -m venv venv./venv/Scripts/activatepip install groqpip install ollama$Env:GROQ_API_KEY="<your groq api key>"$Env:FAST_OLLAMA_MODEL="<your ideal Ollama model>"
To run it:
python ./aicommit.py --groq