Skip to content

Commit 7385c68

Browse files
Merge pull request #230231 from ChrisHMSFT/chrhoder/FThowtoupdate
[Azure OpenAI] update FT how to for unavailable models
2 parents 53a3a51 + 6ca98ab commit 7385c68

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ The first step in creating a customized model is to choose a base model. The cho
9898
- `curie`
9999
- `code-cushman-001`\*
100100
- `davinci`\*
101-
\* available by request
101+
102+
\* currently unavailable for new customers
102103

103104
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).
104105

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ The first step in creating a customized model is to choose a base model. The cho
9696
- `curie`
9797
- `code-cushman-001`\*
9898
- `davinci`\*
99-
\* available by request
99+
100+
\* currently unavailable for new customers.
100101

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ The first step in creating a customized model is to choose a base model. The **B
123123
- `curie`
124124
- `code-cushman-001`\*
125125
- `davinci`\*
126-
\* available by request
127126

128-
For more information about our base models, see [Models](../concepts/models.md). Select a base model from the **Base model type** dropdown, as shown in the following picture, and then select **Next** to continue.
127+
\* currently unavailable for new customers.
128+
129+
For more information about our base models that can be fine-tuned, see [Models](../concepts/models.md). Select a base model from the **Base model type** dropdown, as shown in the following picture, and then select **Next** to continue.
129130

130131
:::image type="content" source="../media/fine-tuning/studio-base-model.png" alt-text="Screenshot of the Base model pane for the Create customized model wizard." lightbox="../media/fine-tuning/studio-base-model.png":::
131132

0 commit comments

Comments
 (0)