mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +08:00
fix(OpenAIProvider): Add type property to thinking model
This commit is contained in:
parent
066c8e1c29
commit
17ce23b678
@ -221,6 +221,7 @@ export default class OpenAIProvider extends BaseProvider {
|
||||
|
||||
return {
|
||||
thinking: {
|
||||
type: 'enabled',
|
||||
budget_tokens: budgetTokens
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user