mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Waifu credit
This commit is contained in:
@ -1138,8 +1138,9 @@ function isStreamingEnabled() {
|
||||
class StreamingProcessor {
|
||||
onStartStreaming(text) {
|
||||
saveReply(this.type, text);
|
||||
const messageId = count_view_mes - 1;
|
||||
hideSwipeButtons();
|
||||
return (count_view_mes - 1);
|
||||
return messageId;
|
||||
}
|
||||
|
||||
onProgressStreaming(messageId, text) {
|
||||
|
Reference in New Issue
Block a user