Skip to content

Commit fa1b746

Browse files
authored
Update GPT-5 temperature parameter handling details
Clarified the error handling for the temperature parameter in the GPT-5 model.
1 parent 59d89c8 commit fa1b746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-skill-genai-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The GenAI Prompt skill is available in the [latest preview REST API](/rest/api/s
3939

4040
- For image verbalization, the model you use to analyze the image determines what image formats are supported.
4141

42-
- For GPT-5 model, the `temperature` parameter is not supported in the same way as previous models. If defined, it must be set to `1.0`, as other values will result in validation errors or be ignored.
42+
- For GPT-5 model, the `temperature` parameter is not supported in the same way as previous models. If defined, it must be set to `1.0`, as other values will result in errors.
4343

4444
- Billing is based on the pricing of the model you use.
4545

0 commit comments

Comments
 (0)