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

View File

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