mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-13 10:42:55 +01:00
Remove group chat no members warning
This commit is contained in:
parent
37eb074652
commit
242600a5a3
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user