mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-07 17:28:53 +00:00
use minimal reasoning effort for gpt-5
This commit is contained in:
@@ -682,6 +682,7 @@ export namespace Session {
|
||||
providerOptions: {
|
||||
[input.providerID]: {
|
||||
...small.info.options,
|
||||
...ProviderTransform.options(input.providerID, small.info.id),
|
||||
},
|
||||
},
|
||||
messages: [
|
||||
@@ -1014,6 +1015,15 @@ export namespace Session {
|
||||
case "start":
|
||||
break
|
||||
|
||||
case "reasoning-start":
|
||||
break
|
||||
|
||||
case "reasoning-delta":
|
||||
break
|
||||
|
||||
case "reasoning-end":
|
||||
break
|
||||
|
||||
case "tool-input-start":
|
||||
const part = await updatePart({
|
||||
id: toolcalls[value.id]?.id ?? Identifier.ascending("part"),
|
||||
|
||||
Reference in New Issue
Block a user