We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55494e commit bfb8179Copy full SHA for bfb8179
agents/editor/best-of-n/best-of-n-selector2.ts
@@ -17,7 +17,7 @@ export const createBestOfNSelector2 = (options: {
17
? 'anthropic/claude-sonnet-4.5'
18
: isOpus
19
? 'anthropic/claude-opus-4.6'
20
- : 'openai/gpt-5.2',
+ : 'openai/gpt-5.4',
21
...(isGpt5 && {
22
reasoningOptions: {
23
effort: 'high',
agents/general-agent/general-agent.ts
@@ -12,7 +12,7 @@ export const createGeneralAgent = (options: {
12
13
return {
14
publisher,
15
- model: isGpt5 ? 'openai/gpt-5.2' : 'anthropic/claude-opus-4.6',
+ model: isGpt5 ? 'openai/gpt-5.4' : 'anthropic/claude-opus-4.6',
16
...(!isGpt5 && {
providerOptions: {
only: ['amazon-bedrock'],
0 commit comments