Bring your own provider:
You can use any OPEN AI compatible provider/server for commit generation.
sh
export AI_COMMIT_PROVIDER=custom should be set to custom
export AI_COMMIT_MODEL=llama3.2:3b example
export AI_COMMIT_PROVIDER_BASE_URL=http://localhost:11434/v1 # example
export OPENAI_API_KEY=<your-api-key> if your custom provider requires one