diff --git a/common/core/src/constants.ts b/common/core/src/constants.ts index 73951779..60225603 100644 --- a/common/core/src/constants.ts +++ b/common/core/src/constants.ts @@ -43,13 +43,6 @@ export const models = [ selected: false, platform: 'aws', }, - { - id: 'gpt-5-chat', - name: 'GPT-5 Chat', - modelId: 'gpt-5-chat', - selected: false, - platform: 'azure', - }, { id: 'gpt-5-mini', name: 'GPT-5-mini',