refactor: minor changes

This commit is contained in:
Bo26fhmC5M
2025-01-19 19:41:59 +09:00
parent cd65eaf400
commit 6f6e4b925a
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
} from "../../ts/stores.svelte";
import { type OpenAIChat } from "../../ts/process/index.svelte";
import {
processScript,
processScriptFull,
risuChatParser,
} from "../../ts/process/scripts";

View File

@@ -521,7 +521,7 @@
<Check name="Preserve Orphaned Memory" bind:check={DBState.db.hypaV3Settings.preserveOrphanedMemory} />
</div>
<div class="flex mb-2">
<Check name="Process Regex Script (Modify Request Data)" bind:check={DBState.db.hypaV3Settings.processRegexScript} />
<Check name="Process Regex Script (Reroll Only)" bind:check={DBState.db.hypaV3Settings.processRegexScript} />
</div>
{:else if (DBState.db.supaModelType !== 'none' && DBState.db.hypav2 === false && DBState.db.hypaV3 === false)}
<span class="mb-2 text-textcolor2 text-sm text-wrap break-words max-w-full">{language.supaDesc}</span>