-
Obtain your API Key
Register and get an API key from the DeepSeek AI developer dashboard- Get DeepSeek API key from Deepseek Dashboard
- Get Gemini API key from Gemini Dashboard
-
Set the Environment Variable
Set your key as the DEEPSEEK_API_KEY environment variableexport DEEPSEEK_API_KEY="sk-xxxxxxxxxxxxxxxxxxxxxxxx"
-
Install the Git Hook in your repository
Navigate to the root of any Git project and run the install commandaicommitter install
For every commit after setup:
-
Stage your changes
Add all or selected changes to the staging areagit add . -
Commit!
Commit directly with confirmationaicommitter generate --commit
See CHANGELOG.md for a detailed history of changes
Version 1.0.4 (2025-12-07)
- Updated the version of aicommitter to
1.0.4 - Added support for
long_descriptionin pypi library
Version 1.0.3 (2025-12-05)
- Updated the version of aicommitter to
1.0.3 - Refactored exception handling
- Increased the session timeout to
180sforDEEPSEEKandGEMINI
For full details, see the CHANGELOG.