You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Install dependencies for [`openai.embeddings_utils`](openai/embeddings_utils.py)
37
37
pip install openai[embeddings]
38
38
```
39
39
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:
41
41
42
42
```sh
43
43
pip install openai[wandb]
@@ -51,7 +51,7 @@ pip install openai[datalib]
51
51
52
52
## Usage
53
53
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:
0 commit comments