Skip to content

Commit 9ff88c2

Browse files
authored
Merge pull request #177 from openai/dev/logan/wording-tweak
Update README.md to mention which website the key lives on
2 parents c71e355 + b8390a6 commit 9ff88c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install openai
1212

1313
## Usage
1414

15-
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:
15+
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:
1616

1717
```javascript
1818
const { Configuration, OpenAIApi } = require("openai");

0 commit comments

Comments
 (0)