aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-05 01:52:30 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-05 01:52:30 -0500
commit07699e070fb44586a98926867b0168f64cef0f64 (patch)
tree696e6a93765c7d6f67d709a657c55a41946eea17
parent439e935ec583eb7641152c32798898024859e939 (diff)
downloadgpt-chat-cli-07699e070fb44586a98926867b0168f64cef0f64.tar.xz
gpt-chat-cli-07699e070fb44586a98926867b0168f64cef0f64.zip
Fix README link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5c60f6..b008f2c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ A simple ChatGPT CLI.
pip install gpt-chat-cli
```
-The OpenAI API uses API keys for authentication. Visit your (API Keys page)[https://platform.openai.com/account/api-keys] to retrieve the API key you'll use in your requests. Then, source the `OPENAI_API_KEY` environmental variable in your shell's configuration file. (That is, `~/.bashrc` or `~/.zshrc` for the Bash or Zsh shell, respectively.)
+The OpenAI API uses API keys for authentication. Visit your [API Keys page](https://platform.openai.com/account/api-keys) to retrieve the API key you'll use in your requests. Then, source the `OPENAI_API_KEY` environmental variable in your shell's configuration file. (That is, `~/.bashrc` or `~/.zshrc` for the Bash or Zsh shell, respectively.)
```
export OPENAI_API_KEY="INSERT_SECRET_KEY"
```