Add gpt-4.5-preview

This commit is contained in:
Wolfsblvt
2025-02-27 22:08:29 +01:00
parent f43b42544b
commit ea643cce6e
4 changed files with 12 additions and 1 deletions

View File

@ -108,6 +108,7 @@ export function isHiddenReasoningModel() {
/** @type {{ name: string; func: MatchingFunc; }[]} */
const hiddenReasoningModels = [
{ name: 'gpt-4.5', func: FUNCS.startsWith },
{ name: 'o1', func: FUNCS.startsWith },
{ name: 'o3', func: FUNCS.startsWith },
{ name: 'gemini-2.0-flash-thinking-exp', func: FUNCS.startsWith },