Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit b2b89f6

Browse files
committed
feat: add xhigh reasoning effort to OpenAI compatible endpoints
1 parent a3b258a commit b2b89f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webview-ui/src/components/settings/providers/OpenAICompatible.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export const OpenAICompatible = ({
280280
}}
281281
modelInfo={{
282282
...(apiConfiguration.openAiCustomModelInfo || openAiModelInfoSaneDefaults),
283-
supportsReasoningEffort: true,
283+
supportsReasoningEffort: ["low", "medium", "high", "xhigh"],
284284
}}
285285
/>
286286
)}

0 commit comments

Comments
 (0)