Skip to content

Commit 5453a19

Browse files
Update README.md (openai#625)
1 parent 870534d commit 5453a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install dependencies for [`openai.embeddings_utils`](openai/embeddings_utils.py)
3737
pip install openai[embeddings]
3838
```
3939

40-
Install support for [Weights & Biases](https://wandb.me/openai-docs):
40+
Install support for [Weights & Biases](https://wandb.me/openai-docs) which can be used for fine-tuning:
4141

4242
```sh
4343
pip install openai[wandb]
@@ -51,7 +51,7 @@ pip install openai[datalib]
5151

5252
## Usage
5353

54-
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). Either set it as the `OPENAI_API_KEY` environment variable before using the library:
54+
The library needs to be configured with your OpenAI account's private API key which is available on our [developer platform](https://platform.openai.com/account/api-keys). Either set it as the `OPENAI_API_KEY` environment variable before using the library:
5555

5656
```bash
5757
export OPENAI_API_KEY='sk-...'

0 commit comments

Comments
 (0)