Fix bad request in model check (#3568)

This commit is contained in:
Sandy Tao 2025-07-08 15:06:47 -07:00 committed by GitHub
parent 27a2d8af14
commit 0506b40a39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export async function getEffectiveModel(
maxOutputTokens: 1, maxOutputTokens: 1,
temperature: 0, temperature: 0,
topK: 1, topK: 1,
thinkingConfig: { thinkingBudget: 0, includeThoughts: false }, thinkingConfig: { thinkingBudget: 128, includeThoughts: false },
}, },
}); });