diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-05-05 01:52:30 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-05-05 01:52:30 -0500 |
| commit | 14a73a409d8535ea2708770f2dc464a8d371ff0d (patch) | |
| tree | 9cff0c21d7942688688ba4c7222bd76a8734b82f | |
| parent | e3f93acfef0ab4ed3f234822cb76cab8a1e6c816 (diff) | |
Fix README link
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ``` |
