refactor: minor changes
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
} from "../../ts/stores.svelte";
|
} from "../../ts/stores.svelte";
|
||||||
import { type OpenAIChat } from "../../ts/process/index.svelte";
|
import { type OpenAIChat } from "../../ts/process/index.svelte";
|
||||||
import {
|
import {
|
||||||
processScript,
|
|
||||||
processScriptFull,
|
processScriptFull,
|
||||||
risuChatParser,
|
risuChatParser,
|
||||||
} from "../../ts/process/scripts";
|
} from "../../ts/process/scripts";
|
||||||
|
|||||||
@@ -521,7 +521,7 @@
|
|||||||
<Check name="Preserve Orphaned Memory" bind:check={DBState.db.hypaV3Settings.preserveOrphanedMemory} />
|
<Check name="Preserve Orphaned Memory" bind:check={DBState.db.hypaV3Settings.preserveOrphanedMemory} />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex mb-2">
|
<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>
|
</div>
|
||||||
{:else if (DBState.db.supaModelType !== 'none' && DBState.db.hypav2 === false && DBState.db.hypaV3 === false)}
|
{: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>
|
<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