Merge pull request #3577 from SillyTavern/the-best-model-tm

Add gpt-4.5-preview (best model ™️ - most expensive for sure)
This commit is contained in:
Cohee
2025-02-27 23:30:34 +02:00
committed by GitHub
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 },