mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Prevent log warning spam
This commit is contained in:
@@ -3887,7 +3887,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
|
|||||||
mes: reasoning.addToMessage(
|
mes: reasoning.addToMessage(
|
||||||
coreChat[i].mes,
|
coreChat[i].mes,
|
||||||
getRegexedString(
|
getRegexedString(
|
||||||
coreChat[i].extra?.reasoning,
|
String(coreChat[i].extra?.reasoning ?? ''),
|
||||||
regex_placement.REASONING,
|
regex_placement.REASONING,
|
||||||
{ isPrompt: true, depth: depth },
|
{ isPrompt: true, depth: depth },
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user