From fa746f529cfc1734ad8d5a670f2d5d381c6bcbe8 Mon Sep 17 00:00:00 2001 From: mennovf Date: Thu, 6 Apr 2023 00:07:31 +0200 Subject: [PATCH] Fix OPENAI_KEY_API typo in the help file. This occurence of OPENAI_API_KEY has an extra underscore which is not present in either the code or the rest of the help. --- doc/ai.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ai.txt b/doc/ai.txt index bea4ae6..6c3c927 100644 --- a/doc/ai.txt +++ b/doc/ai.txt @@ -12,7 +12,7 @@ You'll need an OpenAI account and to generate an API key here: https://beta.openai.com/account/api-keys -Then set the `$OPEN_AI_API_KEY` environment variable, for example, by adding +Then set the `$OPENAI_API_KEY` environment variable, for example, by adding it to your `~/.profile`: `export OPENAI_API_KEY="sk-abcdefghijklmnopqrstuvwxyz1234567890"`