Socket
Socket
Sign inDemoInstall

sillytavern

Package Overview
Dependencies
34
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.4 to 1.6.5

2

package.json

@@ -49,3 +49,3 @@ {

},
"version": "1.6.4",
"version": "1.6.5",
"scripts": {

@@ -52,0 +52,0 @@ "start": "node server.js",

@@ -515,3 +515,3 @@ import {

Generate(generateType, { automatic_trigger: by_auto_mode, ...(params || {}) });
await Generate(generateType, { automatic_trigger: by_auto_mode, ...(params || {}) });

@@ -606,2 +606,10 @@ if (type !== "swipe" && type !== "impersonate" && !isMultigenEnabled() && !isStreamingEnabled()) {

}
else if (isStreamingEnabled()) {
if (streamingProcessor && !streamingProcessor.isFinished) {
await delay(100);
} else {
messagesBefore++;
break;
}
}
else {

@@ -608,0 +616,0 @@ messagesBefore++;

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc