Support for group chat expressions

This commit is contained in:
SillyLossy
2023-04-14 15:13:31 +03:00
parent c44cd02a01
commit 4b98f9d825
3 changed files with 15 additions and 11 deletions

View File

@@ -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();