mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
fix: add xhigh reasoning effort to gpt-5.3-spark-codex
This commit is contained in:
parent
e032e6807b
commit
76ea80b4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export const openAiCodexModels = {
|
|||
excludedTools: ["apply_diff", "write_to_file"],
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
supportsReasoningEffort: ["low", "medium", "high"],
|
||||
supportsReasoningEffort: ["low", "medium", "high", "xhigh"],
|
||||
reasoningEffort: "medium",
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue