Skip to content

Commit

Permalink
Fix OPENAI_KEY_API typo in the help file.
Browse files Browse the repository at this point in the history
This occurence of OPENAI_API_KEY has an extra underscore which is not present in either the code or the rest of the help.
  • Loading branch information
mennovf authored Apr 5, 2023
1 parent 03e5f7e commit fa746f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit fa746f5

Please sign in to comment.