Waifu credit

This commit is contained in:
SillyLossy
2023-04-12 20:32:53 +03:00
parent 5279ea0561
commit 5e2caf7397
2 changed files with 3 additions and 1 deletions

View File

@ -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) {

View File

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