Skip to content

Commit 0283d50

Browse files
committed
update includes
1 parent bcf65fb commit 0283d50

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/cognitive-services/openai/how-to/manage-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Azure OpenAI fine-tuned models are charged based on three factors:
4949

5050
The hosting hours cost is important to be aware of since once a fine-tuned model is deployed it continues to incur an hourly cost regardless of whether you're actively using it. Fine-tuned model costs should be monitored closely.
5151

52-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
52+
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md)]
5353

5454
### Other costs that might accrue with Azure OpenAI Service
5555

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ print(f'Found {len(result)} fine-tune jobs.')
237237

238238
When the fine-tune job has succeeded, the value of `fine_tuned_model` in the response body of the FineTune.retrieve() method is set to the name of your customized model. Your model is now also available for discovery from the [list Models API](/rest/api/cognitiveservices/azureopenaistable/models/list). However, you can't issue completion calls to your customized model until your customized model is deployed. You must deploy your customized model to make it available for use with completion calls.
239239

240-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
240+
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
241241

242242
> [!NOTE]
243243
> As with all applications, we require a review process prior to going live.
@@ -346,7 +346,7 @@ When you're done with your customized model, you can delete the deployment and m
346346

347347
### Delete your model deployment
348348

349-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
349+
[!INCLUDE [Fine-tuning deletion](fine-tune.md.md)]
350350

351351
You can use various methods to delete the deployment for your customized model:
352352

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ print(f'Found {len((r.json())["data"])} fine-tune jobs.')
245245

246246
When the fine-tune job has succeeded, the value of `fine_tuned_model` in the response body of the `FineTune.retrieve()` method is set to the name of your customized model. Your model is now also available for discovery from the [list Models API](/rest/api/cognitiveservices/azureopenaistable/models/list). However, you can't issue completion calls to your customized model until your customized model is deployed. You must deploy your customized model to make it available for use with completion calls.
247247

248-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
248+
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
249249

250250
> [!NOTE]
251251
> As with all applications, we require a review process prior to going live.
@@ -382,7 +382,7 @@ When you're done with your customized model, you can delete the deployment and m
382382

383383
### Delete your model deployment
384384

385-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
385+
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
386386

387387
You can use various methods to delete the deployment for your customized model:
388388

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ From the model page, you can also select **Download training file** to download
241241

242242
When the fine-tune job has succeeded, you can deploy the customized model from the **Models** pane. You must deploy your customized model to make it available for use with completion calls.
243243

244-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
244+
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
245245

246246
> [!NOTE]
247247
> Only one deployment is permitted for a customized model. An error message is displayed if you select an already-deployed customized model.
@@ -289,7 +289,7 @@ When you're done with your customized model, you can delete the deployment and m
289289

290290
### Delete your model deployment
291291

292-
[!INCLUDE [Fine-tuning deletion](../includes/fine-tune.md.md)]
292+
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
293293

294294
You can delete the deployment for your customized model from the **Deployments** page for Azure OpenAI Studio. Select the deployment to delete, and then select **Delete** to delete the deployment.
295295

0 commit comments

Comments
 (0)