Skip to content

Commit

Permalink
Merge pull request #177 from openai/dev/logan/wording-tweak
Browse files Browse the repository at this point in the history
Update README.md to mention which website the key lives on
  • Loading branch information
schnerd authored Jun 13, 2023
2 parents c71e355 + b8390a6 commit 9ff88c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9ff88c2

Please sign in to comment.