mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
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:
@@ -243,6 +243,7 @@ export class GeminiClient {
|
|||||||
? {
|
? {
|
||||||
...this.generateContentConfig,
|
...this.generateContentConfig,
|
||||||
thinkingConfig: {
|
thinkingConfig: {
|
||||||
|
thinkingBudget: -1,
|
||||||
includeThoughts: true,
|
includeThoughts: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user