From b8390a6cb5b1d1abdc6d41b4ec11d248f4611ce0 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Tue, 13 Jun 2023 10:39:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d645f940a..765d73647 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm install openai ## Usage -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: +The library needs to be configured with your account's secret key, which is available in your [OpenAI account page](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: ```javascript const { Configuration, OpenAIApi } = require("openai");