Merge branch 'release' into staging

8d34ad5bae40101acbad82d26632261108885911

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

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -4087,7 +4087,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
40874087 await sendMessageAsUser(textareaText, messageBias);
40884088 }
40894089 }
40904090 else if (textareaText == '' && !automatic_trigger && !dryRun && type === [undefined, 'normal'].includes(type) && main_api == 'openai' && oai_settings.send_if_empty.trim().length > 0) {
40914091 // Use send_if_empty if set and the user message is empty. Only when sending messages normally
40924092 await sendMessageAsUser(oai_settings.send_if_empty.trim(), messageBias);
40934093 }