Skip to content

Commit 202e139

Browse files
committed
swap out for gpt 5.2
1 parent 282f126 commit 202e139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/shared/types/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const AVAILABLE_MODELS: ModelOption[] = [
3333
provider: "anthropic",
3434
enabled: true,
3535
},
36-
{ id: "gpt-5.1", name: "GPT 5.1", provider: "openai", enabled: true },
36+
{ id: "gpt-5.2", name: "GPT 5.2", provider: "openai", enabled: true },
3737
{
3838
id: "gpt-5.1-codex-max",
3939
name: "GPT 5.1 Codex Max",

0 commit comments

Comments
 (0)