Prevent log warning spam

d616dfef38a801114c0666ad3171ea8838777558

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -3887,7 +3887,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
3887 mes: reasoning.addToMessage(3887 mes: reasoning.addToMessage(
3888 coreChat[i].mes,3888 coreChat[i].mes,
3889 getRegexedString(3889 getRegexedString(
3890 coreChat[i].extra?.reasoning,3890 String(coreChat[i].extra?.reasoning ?? ''),
3891 regex_placement.REASONING,3891 regex_placement.REASONING,
3892 { isPrompt: true, depth: depth },3892 { isPrompt: true, depth: depth },
3893 ),3893 ),