Skip to content

Commit 0a70a15

Browse files
committed
Put back gpt-5.1 for lite mode
1 parent 399ca74 commit 0a70a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/editor/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const createCodeEditor = (options: {
99
publisher,
1010
model:
1111
options.model === 'gpt-5'
12-
? 'openai/gpt-5.2'
12+
? 'openai/gpt-5.1'
1313
: 'anthropic/claude-opus-4.5',
1414
displayName: 'Code Editor',
1515
spawnerPrompt:

0 commit comments

Comments
 (0)