-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Enhance commit utility with AI-based message suggestions
Introduce functionality to suggest commit messages using OpenAI's GPT-3.5-turbo model. The updated command now stages diffs, sends them to the OpenAI API for analysis, and proposes multiple commit messages in the emoji format. Users can select a preferred message for committing changes. This enhances the git workflow by offering context-aware commit message generation, potentially improving clarity and consistency in version control logs. Consider that this feature requires an active internet connection and valid OpenAI API credentials stored in the environment variable `OPENAI_TOKEN`.
- Loading branch information
1 parent
6d1431e
commit ecbcc1e
Showing
1 changed file
with
101 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters