All notable changes to ai-commit-message
will be documented in this file
- Added support for choosing the OpenAI model using the
OPENAI_MODEL
environment variable. Users can now choose between 'gpt-3.5-turbo', 'gpt-4', and 'gpt-4-32k'.
- Refactored the code for better organization and readability
- Updated GitHub Action to use OpenAI API key from GitHub secrets
- Improved error handling and streamlined code
- initial release