From 24f7c82d6964dac8bfaf44a44b9be692703187af Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Tue, 11 Apr 2023 06:35:37 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb09ce2..1b8e372 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ openai-api-rs = "0.1.5" ``` ## Usage -The library needs to be configured with your account's secret key, which is available on the website. We recommend setting it as an environment variable. Here's an example of initializing the library with the API key loaded from an environment variable and creating a completion: +The library needs to be configured with your account's secret key, which is available on the [website](https://platform.openai.com/account/api-keys). We recommend setting it as an environment variable. Here's an example of initializing the library with the API key loaded from an environment variable and creating a completion: ### Set OPENAI_API_KEY to environment variable ```bash