diff options
| author | Sandy Tao <[email protected]> | 2025-07-08 15:06:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-08 22:06:47 +0000 |
| commit | 0506b40a39c04a5949c7886aaf5f87173453f0a2 (patch) | |
| tree | 4b3e2f4b71c091f72cc2b9a7e3a9e4c36cb8bf15 /packages/core/src | |
| parent | 27a2d8af14ac67c07a994089fd62594cc86500a7 (diff) | |
Fix bad request in model check (#3568)
Diffstat (limited to 'packages/core/src')
| -rw-r--r-- | packages/core/src/core/modelCheck.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/core/modelCheck.ts b/packages/core/src/core/modelCheck.ts index 6caea54d..807bd5c5 100644 --- a/packages/core/src/core/modelCheck.ts +++ b/packages/core/src/core/modelCheck.ts @@ -35,7 +35,7 @@ export async function getEffectiveModel( maxOutputTokens: 1, temperature: 0, topK: 1, - thinkingConfig: { thinkingBudget: 0, includeThoughts: false }, + thinkingConfig: { thinkingBudget: 128, includeThoughts: false }, }, }); |
