chore: switch hephaestus and ultrabrain to gpt-5.4
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
"agents": {
|
||||
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"librarian": { "model": "openai/gpt-5.4-mini" },
|
||||
"explore": { "model": "openai/gpt-5.4-mini" },
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"categories": {
|
||||
"visual-engineering": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" },
|
||||
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
||||
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"artistry": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"quick": { "model": "openai/gpt-5.4-mini" },
|
||||
|
||||
Reference in New Issue
Block a user