Skip to content

0.0.9

Choose a tag to compare

@yankeexe yankeexe released this 17 Feb 04:14
· 30 commits to main since this release

Bring your own provider:

You can use any OPEN AI compatible provider/server for commit generation.

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