mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add gpt-4.5-preview
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user