From 793d2d9c08703c835ad870eb223b26ec2764e0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Sch=C3=B6nfeld?= Date: Wed, 19 Jul 2023 14:28:49 +0200 Subject: [PATCH] no-task Add instructions for creating an AI Git Commit command using the OpenAI API Key. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bb3a0a..fcfe4ab 100644 --- a/README.md +++ b/README.md @@ -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