mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-18 21:20:39 +01:00
Fix MakerSuit show reasoning
This commit is contained in:
parent
753a99faf9
commit
9de142b9ad
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user