Skip to content

Commit 8df102b

Browse files
committed
Update to GPT 5.3
1 parent 7c0a02e commit 8df102b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website-ts/scripts/nfl-scraper/chatgpt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const CLIENT_ID = 'app_EMoamEEZ73f0CkXaXp7hrann'
1414
const TOKEN_URL = 'https://auth.openai.com/oauth/token'
1515
const CODEX_BASE_URL = 'https://chatgpt.com/backend-api'
1616
const CODEX_RESPONSES_URL = `${CODEX_BASE_URL}/codex/responses`
17-
const MODEL_NAME = 'gpt-5.2'
17+
const MODEL_NAME = 'gpt-5.3'
1818

1919
interface TokenResponse {
2020
access_token?: string

0 commit comments

Comments
 (0)