Skip to content

Commit 76027b6

Browse files
Merge pull request #621 from mrbullwinkle/mrb_10_02_2024_fix
[Azure OpenAI] Fix
2 parents 00a4cc4 + 8556c96 commit 76027b6

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
@@ -49,7 +49,7 @@ Once access has been granted, you will need to create a deployment for each mode
4949

5050
Support for the **o1 series** models was added in API version `2024-09-01-preview`.
5151

52-
The `max_tokens` parameter has been deprecated and replaced with the new `max_completion_tokens` parameter. **o1 series** models will only work with the `max_completions_tokens` parameter. `max_completions_tokens` is backwards compatible with `max_tokens`.
52+
The `max_tokens` parameter has been deprecated and replaced with the new `max_completion_tokens` parameter. **o1 series** models will only work with the `max_completions_tokens` parameter.
5353

5454
### Region availability
5555

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Customers who were already approved and have access to the model through the ear
3232

3333
Support for the **o1 series** models was added in API version `2024-09-01-preview`.
3434

35-
The `max_tokens` parameter has been deprecated and replaced with the new `max_completion_tokens` parameter. **o1 series** models will only work with the `max_completions_tokens` parameter. `max_completions_tokens` is backwards compatible with `max_tokens`.
35+
The `max_tokens` parameter has been deprecated and replaced with the new `max_completion_tokens` parameter. **o1 series** models will only work with the `max_completions_tokens` parameter.
3636

3737
**Region availability**:
3838

0 commit comments

Comments
 (0)