refactor: minor changes
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
} from "../../ts/stores.svelte";
|
||||
import { type OpenAIChat } from "../../ts/process/index.svelte";
|
||||
import {
|
||||
processScript,
|
||||
processScriptFull,
|
||||
risuChatParser,
|
||||
} from "../../ts/process/scripts";
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user