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 ccb3bf9ea5
commit 3d27319679
+1 -1
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 },
},
});