Update DEFAULT model version to gpt-5.3-codex (#417)

This commit is contained in:
viper151
2026-02-23 16:51:29 +01:00
committed by GitHub
parent 27bf09b0c1
commit 81697d0e73

View File

@@ -63,5 +63,5 @@ export const CODEX_MODELS = {
{ value: 'o4-mini', label: 'O4-mini' }
],
DEFAULT: 'gpt-5.2'
DEFAULT: 'gpt-5.3-codex'
};