Update OpenAI defaults to GPT-5.5
This commit is contained in:
@@ -97,7 +97,7 @@ If your prompt lacks this structure, REWRITE IT before delegating.
|
||||
export const OPENAI_CATEGORIES: BuiltinCategoryDefinition[] = [
|
||||
{
|
||||
name: "ultrabrain",
|
||||
config: { model: "openai/gpt-5.4", variant: "xhigh" },
|
||||
config: { model: "openai/gpt-5.5", variant: "xhigh" },
|
||||
description: "Use ONLY for genuinely hard, logic-heavy tasks. Give clear goals only, not step-by-step instructions.",
|
||||
promptAppend: ULTRABRAIN_CATEGORY_PROMPT_APPEND,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user