mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix(openai): update reasoning effort default to high and improve model description for clarity
This commit is contained in:
parent
7cff4db96c
commit
d552cce01f
1 changed files with 3 additions and 2 deletions
|
|
@ -52,11 +52,12 @@ export const openAiNativeModels = {
|
|||
contextWindow: 400000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
supportsReasoningEffort: false,
|
||||
supportsReasoningEffort: false, // This is set to false to prevent the ui from displaying the reasoning effort selector
|
||||
reasoningEffort: "high", // Pro model uses high reasoning effort by default and must be specified
|
||||
inputPrice: 15.0,
|
||||
outputPrice: 120.0,
|
||||
description:
|
||||
"GPT-5 Pro: A slow, reasoning-focused model for complex problems. Uses background mode with resilient streaming - requests may take several minutes with automatic recovery if connection drops.",
|
||||
"GPT-5 Pro: A slow, reasoning-focused model for complex problems. Uses background mode with resilient streaming - requests may somte time and will automatically reconnect if they timeout.",
|
||||
supportsVerbosity: true,
|
||||
supportsTemperature: false,
|
||||
backgroundMode: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue