mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: allow none reasoning effort in ThinkingBudget
This commit is contained in:
parent
064064a31a
commit
800a9a86c4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const shouldShowMinimalOption = (
|
|||
provider: string | undefined,
|
||||
modelId: string | undefined,
|
||||
supportsEffort: boolean | undefined,
|
||||
modelDefaultEffort?: ReasoningEffortWithMinimal | undefined,
|
||||
modelDefaultEffort?: ReasoningEffortWithMinimalOrNone | undefined,
|
||||
): boolean => {
|
||||
const isGpt5Model = provider === "openai-native" && modelId?.startsWith("gpt-5")
|
||||
const isOpenRouterWithEffort = provider === "openrouter" && supportsEffort === true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue