Skip to content

Commit

Permalink
4.3
Browse files Browse the repository at this point in the history
Update clewd.js
  • Loading branch information
teralomaniac authored Aug 22, 2023
2 parents d637585 + 96d578f commit a4503af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion clewd.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ let uuidOrg, curPrompt = {}, prevPrompt = {}, prevMessages = [], prevImpersonate
StripHuman: false,
PassParams: false,
ClearFlags: true,
PreserveChats: false,
PreserveChats: true,
LogMessages: true,
FullColon: true,
padtxt: 13500,
Expand Down Expand Up @@ -739,7 +739,15 @@ const updateParams = res => {
}
/***************************** */
})();
/***************************** */
if (!Config.rProxy) {
Config.rProxy = AI.end();
}
else {
Config.Settings.Superfetch = false;
}
currentIndex = Math.floor(Math.random() * Config.CookieArray.length);
/***************************** */
Proxy.listen(Config.Port, Config.Ip, onListen);
Proxy.on('error', (err => {
console.error('Proxy error\n%o', err);
Expand Down

0 comments on commit a4503af

Please sign in to comment.