Skip to content

Commit 50afee1

Browse files
authored
Merge pull request #205732 from DenKenMSFT/UserStory1971500-12
Subscription key note update - OpenAI, Quickstart & How-to
2 parents 835cb09 + 65b7b38 commit 50afee1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/cognitive-services/openai/how-to/fine-tuning.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ For large data files, we recommend you import from Azure Blob. Large files can b
9191

9292
The following python code will create a sample dataset and show how to upload a file and print the returned ID. Make sure to save the IDs returned as you'll need them for the fine-tuning training job creation.
9393

94+
> [!IMPORTANT]
95+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../cognitive-services-security.md) article for more information.
96+
9497
```python
9598
import openai
9699
from openai import cli

articles/cognitive-services/openai/includes/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Go to your resource in the Azure portal. The **Endpoint and Keys** can be found
7171
```
7272

7373
> [!IMPORTANT]
74-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials. For example, [Azure Key Vault](../../../key-vault/general/overview.md).
74+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../cognitive-services-security.md) article for more information.
7575

7676
1. Run the application with the `python` command on your quickstart file
7777

0 commit comments

Comments
 (0)