mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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 #8407
This commit is contained in:
parent
702b269a1b
commit
7b913edae9
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ export const openAiNativeModels = {
|
|||
cacheReadsPrice: 0.13,
|
||||
description: "GPT-5-Codex: A version of GPT-5 optimized for agentic coding in Codex",
|
||||
supportsVerbosity: true,
|
||||
supportsTemperature: false,
|
||||
},
|
||||
"gpt-4.1": {
|
||||
maxTokens: 32_768,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue