mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Fix bad request in model check (#3568)
This commit is contained in:
@@ -35,7 +35,7 @@ export async function getEffectiveModel(
|
||||
maxOutputTokens: 1,
|
||||
temperature: 0,
|
||||
topK: 1,
|
||||
thinkingConfig: { thinkingBudget: 0, includeThoughts: false },
|
||||
thinkingConfig: { thinkingBudget: 128, includeThoughts: false },
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user