Fix bad request in model check (#3568)
This commit is contained in:
parent
27a2d8af14
commit
0506b40a39
|
@ -35,7 +35,7 @@ export async function getEffectiveModel(
|
|||
maxOutputTokens: 1,
|
||||
temperature: 0,
|
||||
topK: 1,
|
||||
thinkingConfig: { thinkingBudget: 0, includeThoughts: false },
|
||||
thinkingConfig: { thinkingBudget: 128, includeThoughts: false },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue