You can do things like:
git add . # Stage your changes
llm commit # Automatically generate a commit message from the staged diff
llm commit --model gpt-4 --max-tokens 150 --temperature 0.8 --yes # Customize model settings (e.g., GPT-4) or skip confirmation