Commit 7b913ed
committed
fix: enable temperature support for gpt-5-codex model
The gpt-5-codex model was incorrectly configured with supportsTemperature: false,
which prevented it from properly handling tool usage requests. This fix removes
the temperature restriction, allowing gpt-5-codex to behave consistently with
other GPT-5 models.
Fixes #84071 parent 702b269 commit 7b913ed
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
0 commit comments