Fix MakerSuit show reasoning

This commit is contained in:
pcpthm 2025-01-31 22:23:59 +09:00
parent 753a99faf9
commit 9de142b9ad

View File

@ -288,7 +288,7 @@ async function sendMakerSuiteRequest(request, response) {
const model = String(request.body.model);
const stream = Boolean(request.body.stream);
const showThoughts = Boolean(request.body.show_thoughts);
const showThoughts = Boolean(request.body.include_reasoning);
const isThinking = model.includes('thinking');
const generationConfig = {