fix(core): enable thinking explicitly in flash-lite models (#3033)
Co-authored-by: Lee James <40045512+leehagoodjames@users.noreply.github.com>
This commit is contained in:
parent
cf5e1da69f
commit
d820c2335b
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ export class GeminiClient {
|
|||
? {
|
||||
...this.generateContentConfig,
|
||||
thinkingConfig: {
|
||||
thinkingBudget: -1,
|
||||
includeThoughts: true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue