fix: update Codex executor for gpt-5.3-codex support
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
9c9af25acd
commit
d7d5dc90bc
5 changed files with 60 additions and 14 deletions
|
|
@ -17,10 +17,7 @@ const OAUTH_TEST_CONFIG = {
|
|||
checkExpiry: true,
|
||||
},
|
||||
codex: {
|
||||
url: "https://api.openai.com/v1/models",
|
||||
method: "GET",
|
||||
authHeader: "Authorization",
|
||||
authPrefix: "Bearer ",
|
||||
checkExpiry: true,
|
||||
refreshable: true,
|
||||
},
|
||||
"gemini-cli": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue