Skip to content

Commit 241d61b

Browse files
committed
Merge branch 'main' into release-2024-openai-batch
2 parents b8be2a4 + 36793bb commit 241d61b

File tree

1,789 files changed

+12415
-8082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,789 files changed

+12415
-8082
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,6 @@
12891289
".openpublishing.redirection.azure-databricks.json",
12901290
".openpublishing.redirection.azure-datalake-storage-gen1.json",
12911291
".openpublishing.redirection.azure-hpc.json",
1292-
".openpublishing.redirection.azure-kubernetes-service.json",
12931292
".openpublishing.redirection.azure-monitor.json",
12941293
".openpublishing.redirection.azure-percept.json",
12951294
".openpublishing.redirection.azure-productivity.json",
@@ -1337,7 +1336,6 @@
13371336
"articles/active-directory-b2c/.openpublishing.redirection.active-directory-b2c.json",
13381337
"articles/ai-services.openpublishing.redirection.ai-services.json",
13391338
"articles/ai-studio/.openpublishing.redirection.ai-studio.json",
1340-
"articles/aks/.openpublishing.redirection.aks.json",
13411339
"articles/analysis-services/.openpublishing.redirection.analysis-services.json",
13421340
"articles/application-gateway/.openpublishing.redirection.application-gateway.json",
13431341
"articles/automation/.openpublishing.redirection.automation.json",

.openpublishing.redirection.azure-kubernetes-service.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.openpublishing.redirection.container-registry.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@
165165
"source_path": "articles/container-registry/monitor-service-reference.md",
166166
"redirect_url": "/azure/container-registry/monitor-container-registry-reference",
167167
"redirect_document_id": true
168+
},
169+
{
170+
"source_path_from_root": "/articles/container-registry/container-registry-auth-aks.md",
171+
"redirect_url": "/azure/aks/cluster-container-registry-integration",
172+
"redirect_document_id": false
173+
},
174+
{
175+
"source_path_from_root": "/articles/container-service/kubernetes/container-service-kubernetes-jenkins.md",
176+
"redirect_url": "/azure/aks/jenkins-continuous-deployment",
177+
"redirect_document_id": false
168178
}
169179
]
170180
}

.openpublishing.redirection.json

Lines changed: 4592 additions & 4594 deletions
Large diffs are not rendered by default.

articles/ai-services/openai/concepts/models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ These models can only be used with Embedding API requests.
299299
| `gpt-35-turbo` (1106) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | Input: 16,385<br> Output: 4,096 | Sep 2021|
300300
| `gpt-35-turbo` (0125) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | 16,385 | Sep 2021 |
301301
| `gpt-4` (0613) <sup>**1**</sup> | North Central US <br> Sweden Central | 8192 | Sep 2021 |
302+
| `gpt-4o-mini` <sup>**1**</sup> (2024-07-18) | North Central US <br> Sweden Central | Input: 128,000 <br> Output: 16,384 <br> Training example context length: 64,536 | Oct 2023 |
302303

303-
**<sup>1</sup>** GPT-4 fine-tuning is currently in public preview. See our [GPT-4 fine-tuning safety evaluation guidance](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-python#safety-evaluation-gpt-4-fine-tuning---public-preview) for more information.
304+
**<sup>1</sup>** GPT-4 and GPT-4o mini fine-tuning is currently in public preview. See our [GPT-4 & GPT-4o mini fine-tuning safety evaluation guidance](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-python#safety-evaluation-gpt-4-fine-tuning---public-preview) for more information.
304305

305306
### Whisper models
306307

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai, devx-track-python
99
ms.topic: how-to
10-
ms.date: 07/25/2024
10+
ms.date: 08/02/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
1313
zone_pivot_groups: openai-fine-tuning-new

articles/ai-services/openai/includes/fine-tuning-openai-in-ai-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The following models support fine-tuning:
3131
- `gpt-35-turbo` (0613)
3232
- `gpt-35-turbo` (1106)
3333
- `gpt-35-turbo` (0125)
34-
- `gpt-4` (0613)**<sup>*</sup>**
34+
- `gpt-4` (0613)**<sup>*</sup>**
35+
- `gpt-4o-mini` (2024-07-18)**<sup>*</sup>**
3536

3637
**<sup>*</sup>** Fine-tuning for this model is currently in public preview.
3738

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following models support fine-tuning:
3232
- `gpt-35-turbo` (1106)
3333
- `gpt-35-turbo` (0125)
3434
- `gpt-4` (0613)**<sup>*</sup>**
35+
- `gpt-4o-mini` (2024-07-18)**<sup>*</sup>**
3536

3637
**<sup>*</sup>** Fine-tuning for this model is currently in public preview.
3738

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to create your own customized model with Azure OpenAI Ser
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
9-
ms.date: 05/16/2024
9+
ms.date: 08/02/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -30,7 +30,8 @@ The following models support fine-tuning:
3030
- `gpt-35-turbo` (0613)
3131
- `gpt-35-turbo` (1106)
3232
- `gpt-35-turbo` (0125)
33-
- `gpt-4` (0613)**<sup>*</sup>**
33+
- `gpt-4` (0613)**<sup>*</sup>**
34+
- `gpt-4o-mini` (2024-07-18)**<sup>*</sup>**
3435

3536
**<sup>*</sup>** Fine-tuning for this model is currently in public preview.
3637

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The following models support fine-tuning:
2929
- `gpt-35-turbo` (0613)
3030
- `gpt-35-turbo` (1106)
3131
- `gpt-35-turbo` (0125)
32-
- `gpt-4` (0613)**<sup>*</sup>**
32+
- `gpt-4` (0613)**<sup>*</sup>**
33+
- `gpt-4o-mini` (2024-07-18)**<sup>*</sup>**
3334

3435
**<sup>*</sup>** Fine-tuning for this model is currently in public preview.
3536

0 commit comments

Comments
 (0)