fix: add azure exclusion

pull/3670/head^2
Aiden Cline 2025-11-14 11:54:00 -06:00
parent ef4b2baedc
commit b939470302
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export namespace ProviderTransform {
result["reasoningEffort"] = "medium"
}
if (modelID.endsWith("gpt-5.1")) {
if (modelID.endsWith("gpt-5.1") && providerID !== "azure") {
result["textVerbosity"] = "low"
}