mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 23:24:42 +00:00
tweak: 5.1 -> 5. in transform
This commit is contained in:
@@ -255,7 +255,7 @@ export namespace ProviderTransform {
|
|||||||
result["reasoningEffort"] = "medium"
|
result["reasoningEffort"] = "medium"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (model.api.id.endsWith("gpt-5.1") && model.providerID !== "azure") {
|
if (model.api.id.endsWith("gpt-5.") && model.providerID !== "azure") {
|
||||||
result["textVerbosity"] = "low"
|
result["textVerbosity"] = "low"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user