mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 07:03:45 +00:00
gpt-5 lower verbosity
This commit is contained in:
@@ -81,4 +81,13 @@ export namespace ProviderTransform {
|
||||
if (modelID.toLowerCase().includes("qwen")) return 1
|
||||
return undefined
|
||||
}
|
||||
|
||||
export function options(_providerID: string, modelID: string) {
|
||||
if (modelID.includes("gpt-5")) {
|
||||
return {
|
||||
reasoningEffort: "low",
|
||||
textVerbosity: "low",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user