Skip to content

Commit

Permalink
no-task Add instructions for creating an AI Git Commit command using …
Browse files Browse the repository at this point in the history
…the OpenAI API Key.
  • Loading branch information
nxsschoenfeld committed Jul 19, 2023
1 parent f1e5895 commit 793d2d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Uses `git diff --staged` to generate better commit messages.

# Setup
- `composer global require valantic-cec/aicommits`
- Retrieve your [OpenAI API Key](https://platform.openai.com/account/api-keys).
- Add `OPENAI_KEY` to your environment and create your own AI Git Commit command
- Add `OPENAI_KEY` to your environment and create your own AI Git Commit command ([OpenAI API Key](https://platform.openai.com/account/api-keys))
- Example for `bash`: adjust or create your `.bashrc/.zshrc/.bashrc-personal`

```shell
Expand Down

0 comments on commit 793d2d9

Please sign in to comment.