mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Support for group chat expressions
This commit is contained in:
@@ -38,6 +38,7 @@ import {
|
||||
hideSwipeButtons,
|
||||
chat_metadata,
|
||||
updateChatMetadata,
|
||||
isStreamingEnabled,
|
||||
} from "../script.js";
|
||||
|
||||
export {
|
||||
@@ -291,7 +292,7 @@ async function generateGroupWrapper(by_auto_mode, type = null) {
|
||||
|
||||
let typingIndicator = $("#chat .typing_indicator");
|
||||
|
||||
if (typingIndicator.length === 0) {
|
||||
if (typingIndicator.length === 0 && !isStreamingEnabled()) {
|
||||
typingIndicator = $(
|
||||
"#typing_indicator_template .typing_indicator"
|
||||
).clone();
|
||||
|
Reference in New Issue
Block a user