Skip to content

Commit 0590d29

Browse files
Merge pull request #221422 from mrbullwinkle/mrb_12_14_2022_fine_tunes
[Cognitive Services] [Azure OpenAI] Add note regarding breaking change
2 parents e3c050a + 9987c7e commit 0590d29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: openai
99
ms.topic: how-to
10-
ms.date: 06/30/2022
10+
ms.date: 12/14/2022
1111
author: ChrisHMSFT
1212
ms.author: chrhoder
1313
zone_pivot_groups: openai-fine-tuning
@@ -24,6 +24,9 @@ The Azure OpenAI Service lets you tailor our models to your personal datasets us
2424

2525
A customized model improves on the few-shot learning approach by training the model's weights on your specific prompts and structure. The customized model lets you achieve better results on a wider number of tasks without needing to provide examples in your prompt. The result is less text sent and fewer tokens processed on every API call, saving cost and improving request latency.
2626

27+
> [!NOTE]
28+
> There is a breaking change in the `create` fine tunes command in the latest 12-01-2022 GA API. For the latest command syntax consult the [reference documentation](/rest/api/cognitiveservices/azureopenaistable/fine-tunes/create)
29+
2730
::: zone pivot="programming-language-studio"
2831

2932
[!INCLUDE [Studio fine-tuning](../includes/fine-tuning-studio.md)]

0 commit comments

Comments
 (0)