Skip to content

Commit 3ed6452

Browse files
committed
update
1 parent 169cc2a commit 3ed6452

File tree

1 file changed

+6
-6
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
2020

2121
| Models | Description |
2222
|--|--|
23-
| [GPT-4](#gpt-4) | A set of models that improve on GPT-3.5 and can understand as well as generate natural language and code. |
24-
| [GPT-3.5](#gpt-35) | A set of models that improve on GPT-3 and can understand as well as generate natural language and code. |
23+
| [GPT-4](#gpt-4) | A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
24+
| [GPT-3.5](#gpt-35) | A set of models that improve on GPT-3 and can understand and generate natural language and code. |
2525
| [Embeddings](#embeddings-models) | A set of models that can convert text into numerical vector form to facilitate text similarity. |
2626
| [DALL-E](#dall-e-models-preview) (Preview) | A series of models in preview that can generate original images from natural language. |
2727

@@ -156,13 +156,13 @@ There are three distinct model deployment upgrade options which are configurable
156156

157157
| Name | Description |
158158
|------|--------|
159-
| `OnceNewDefaultVersionAvailable` | Once a new default version is released the model deployment will auto-upgrade to the default version within two weeks of the release. |
159+
| `OnceNewDefaultVersionAvailable` | Once a new version is designated as the default, the model deployment will auto-upgrade to the default version within two weeks of that designation change being made. |
160160
`OnceCurrentVersionExpired` | Once the retirement date is reached the model deployment will auto-upgrade to the current default version. |
161-
`NoAutoUpgrade` | The model deployment will never auto-upgrade. Once the retirement date is reached the model deployment will stop working. You will need to manually update your code referencing that deployment to point to a non-expired model deployment. |
161+
`NoAutoUpgrade` | The model deployment will never auto-upgrade. Once the retirement date is reached the model deployment will stop working. You will need to update your code referencing that deployment to point to a non-expired model deployment. |
162162

163163
To query the current model deployment settings including the deployment upgrade configuration for a given resource use [`Deployments List`](/rest/api/cognitiveservices/accountmanagement/deployments/list?tabs=HTTP#code-try-0)
164164

165-
```http-interactive
165+
```http
166166
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments?api-version=2023-05-01
167167
```
168168

@@ -222,7 +222,7 @@ You can then take the settings from this list to construct an update model REST
222222

223223
### Update & deploy models via the API
224224

225-
```http-interactive
225+
```http
226226
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}?api-version=2023-05-01
227227
```
228228

0 commit comments

Comments
 (0)