fix(OpenAIProvider): Add type property to thinking model

This commit is contained in:
suyao 2025-03-13 16:17:06 +08:00 committed by Asurada
parent 066c8e1c29
commit 17ce23b678

View File

@ -221,6 +221,7 @@ export default class OpenAIProvider extends BaseProvider {
return {
thinking: {
type: 'enabled',
budget_tokens: budgetTokens
}
}