Skip to content

Commit 99b8c23

Browse files
fix: remove non-Codex model gpt-5.2 from chatgpt-pro model list
1 parent e00f3b3 commit 99b8c23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/browseros-agent/apps/agent/entrypoints/app/ai-settings

packages/browseros-agent/apps/agent/entrypoints/app/ai-settings/models.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export const MODELS_DATA: ModelsData = {
9494
'chatgpt-pro': [
9595
{ modelId: 'gpt-5.3-codex', contextLength: 400000 },
9696
{ modelId: 'gpt-5.2-codex', contextLength: 400000 },
97-
{ modelId: 'gpt-5.2', contextLength: 200000 },
9897
{ modelId: 'gpt-5.1-codex', contextLength: 400000 },
9998
{ modelId: 'gpt-5.1-codex-max', contextLength: 400000 },
10099
{ modelId: 'gpt-5.1-codex-mini', contextLength: 400000 },

0 commit comments

Comments
 (0)