gpt-5-codex default model (#725)

This commit is contained in:
Louis Knight-Webb
2025-09-15 18:47:12 +01:00
committed by GitHub
parent bb4b6db8f2
commit 1b61b9fd74

View File

@@ -36,13 +36,15 @@
"CODEX": {
"DEFAULT": {
"CODEX": {
"sandbox": "auto"
"sandbox": "auto",
"model": "gpt-5-codex"
}
},
"HIGH": {
"CODEX": {
"sandbox": "auto",
"model_reasoning_effort": "high"
"model_reasoning_effort": "high",
"model": "gpt-5-codex"
}
}
},
@@ -66,4 +68,4 @@
}
}
}
}
}