Skip to content

Commit 00d337d

Browse files
committed
update
1 parent 2cc0063 commit 00d337d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `max_tokens` parameter has been deprecated and replaced with the new `max_co
5353

5454
### Usage
5555

56-
These models do not currently support the same set of parameters as other models that use the chat completions API they only support a limited subset. `o1-preview` and `o1-mini` models will not accept system message role as part of the messages array.
56+
These models do not currently support the same set of parameters as other models that use the chat completions API they only support a limited subset. `o1-preview` and `o1-mini` models will not accept the system message role as part of the messages array.
5757

5858
# [Python (Microsoft Entra ID)](#tab/python-secure)
5959

articles/ai-services/openai/how-to/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In the Studio UI the deployment type will appear as `Global-Batch`.
8585
> [!TIP]
8686
> Each line of your input file for batch processing has a `model` attribute that requires a global batch **deployment name**. For a given input file, all names must be the same deployment name. This is different from OpenAI where the concept of model deployments does not exist.
8787
>
88-
> For the best performance, we recommend submitting large files for patch processing rather than a large number of small files with only a few lines in each file.
88+
> For the best performance we recommend submitting large files for patch processing, rather than a large number of small files with only a few lines in each file.
8989
9090
::: zone pivot="programming-language-ai-studio"
9191

0 commit comments

Comments
 (0)