From a7aebab40df062f59b72614a6848b299deb975bc Mon Sep 17 00:00:00 2001 From: somebody Date: Fri, 9 Sep 2022 19:37:14 -0500 Subject: [PATCH] Add some stuff to always redact --- static/koboldai.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/koboldai.js b/static/koboldai.js index d710768b..cedcb75e 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -3223,6 +3223,8 @@ async function downloadDebugFile(redact=true) { "model_settings.oaiapikey", "system_settings.story_loads", "user_settings.username", + "system_settings.savedir", // Can reveal username + "story_settings.last_story_load", ]; if (redact) { @@ -3230,7 +3232,6 @@ async function downloadDebugFile(redact=true) { redactables = redactables.concat([ "story_settings.authornote", "story_settings.chatname", - "story_settings.last_story_load", "story_settings.lastact", "story_settings.lastctx", "story_settings.memory", @@ -3242,7 +3243,6 @@ async function downloadDebugFile(redact=true) { "story_settings.genseqs", // System - "system_settings.savedir", // Can reveal username "system_settings.spfilename", "system_settings.spname", ]);