We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0a02e commit 8df102bCopy full SHA for 8df102b
website-ts/scripts/nfl-scraper/chatgpt.ts
@@ -14,7 +14,7 @@ const CLIENT_ID = 'app_EMoamEEZ73f0CkXaXp7hrann'
14
const TOKEN_URL = 'https://auth.openai.com/oauth/token'
15
const CODEX_BASE_URL = 'https://chatgpt.com/backend-api'
16
const CODEX_RESPONSES_URL = `${CODEX_BASE_URL}/codex/responses`
17
-const MODEL_NAME = 'gpt-5.2'
+const MODEL_NAME = 'gpt-5.3'
18
19
interface TokenResponse {
20
access_token?: string
0 commit comments