mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove group chat no members warning
This commit is contained in:
@@ -558,7 +558,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (activatedMembers.length === 0) {
|
if (activatedMembers.length === 0) {
|
||||||
toastr.warning('All group members are disabled. Enable at least one to get a reply.');
|
//toastr.warning('All group members are disabled. Enable at least one to get a reply.');
|
||||||
|
|
||||||
// Send user message as is
|
// Send user message as is
|
||||||
const bias = getBiasStrings(userInput, type);
|
const bias = getBiasStrings(userInput, type);
|
||||||
|
Reference in New Issue
Block a user