Skip to content

Commit cee3876

Browse files
authored
Update fine-tuning-python.md
1 parent 5bb315e commit cee3876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ The first step in creating a customized model is to choose a base model. The cho
100100
- `davinci`\*
101101
\* available by request
102102

103-
You can use the [Models API](/rest/api/cognitiveservices/azureopenaipreview/models/list) to identify which models are fine-tunable. For more information about our base models, see [Models](../concepts/models.md).
103+
You can use the [Models API](/rest/api/cognitiveservices/azureopenaistable/models/list) to identify which models are fine-tunable. For more information about our base models, see [Models](../concepts/models.md).
104104

105105
## Upload your training data
106106

107107
The next step is to either choose existing prepared training data or upload new prepared training data to use when customizing your model. Once you've prepared your training data, you can upload your files to the service. We offer two ways to upload training data:
108108

109-
- [From a local file](/rest/api/cognitiveservices/azureopenaipreview/files/upload)
110-
- [Import from an Azure Blob store or other web location](/rest/api/cognitiveservices/azureopenaipreview/files/import)
109+
- [From a local file](/rest/api/cognitiveservices/azureopenaistable/files/upload)
110+
- [Import from an Azure Blob store or other web location](/rest/api/cognitiveservices/azureopenaistable/files/import)
111111

112112
For large data files, we recommend you import from an Azure Blob store. Large files can become unstable when uploaded through multipart forms because the requests are atomic and can't be retried or resumed. For more information about Azure Blob storage, see [What is Azure Blob storage?](../../../storage/blobs/storage-blobs-overview.md)
113113

0 commit comments

Comments
 (0)