switch gpt-5 to default to codex prompt + high reasoning

This commit is contained in:
Dax Raad
2025-09-01 21:45:44 -04:00
parent 2fc8263032
commit 4c261ab1db
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ export namespace ProviderTransform {
}
if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
result["reasoningEffort"] = "minimal"
result["reasoningEffort"] = "high"
if (providerID !== "azure") {
result["textVerbosity"] = "low"
}