From f3d729fb0c1363abe0c9cc7d8c3a28328e4dbc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gil=20Rudolf=20H=C3=A4rdi?= <47613233+ghaerdi@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:20:31 -0400 Subject: [PATCH] docs: tip to set the key using a password manager --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 106eceed..d266ae9c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ ``` This will create a `.aicommits` file in your home directory. + > **Tip**: You might want to set your key using a password manager. + ```sh + export OPENAI_KEY=$() + ``` ### Upgrading