add gpt-5.1-codex-max support
This commit is contained in:
@@ -58,7 +58,7 @@ export function getModelReasoning(modelId) {
|
||||
return null;
|
||||
}
|
||||
const reasoningLevel = model.reasoning.toLowerCase();
|
||||
if (['low', 'medium', 'high', 'auto'].includes(reasoningLevel)) {
|
||||
if (['low', 'medium', 'high', 'xhigh', 'auto'].includes(reasoningLevel)) {
|
||||
return reasoningLevel;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user