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) {
|
||||
|
@ -144,6 +144,7 @@ Contact us on Discord: Cohee#1207 or RossAscends#1779
|
||||
* Cohee's TAI mod: Public domain
|
||||
* RossAscends' additions: Public domain
|
||||
* Portions of CncAnon's TavernAITurbo mod: Unknown license
|
||||
* Waifu mode inspired by the work of PepperTaco (https://github.com/peppertaco/Tavern/)
|
||||
* Thanks Pygmalion University for being awesome testers and suggesting cool features!
|
||||
* Thanks oobabooga for compiling presets for TextGen
|
||||
* poe-api client adapted from https://github.com/ading2210/poe-api (GPL v3)
|
||||
|
Reference in New Issue
Block a user