Skip to content

Commit d73e260

Browse files
committed
update
1 parent db7f1fc commit d73e260

File tree

1 file changed

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

1 file changed

+1
-1
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 the 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. Only a very limited subset is currently supported, so common parameters like `temperature`, `top_p`, are not available and including them will cause your request to fail. `o1-preview` and `o1-mini` models will also not accept the system message role as part of the messages array.
5757

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

0 commit comments

Comments
 (0)