Skip to content

Commit

Permalink
fix: update README to reflect use of GPT-4
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSkelskey committed Oct 31, 2024
1 parent b547b46 commit 9b2cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Automates the creation of standardized Git commit messages using [OpenAI's API](

## Limitations

- **OpenAI API Key**: Requires an API key from OpenAI to access the GPT-3 model for generating commit messages.
- **OpenAI API Key**: Requires an API key from OpenAI to access the GPT-4 model for generating commit messages.
- **Internet Connection**: Requires an active internet connection to communicate with the OpenAI API.
- **Requires a Git Repository**: Needs to be run in a Git repository to access the changes for generating commit messages.

Expand Down

0 comments on commit 9b2cba9

Please sign in to comment.