Fix typo in OtherBotSettings.svelte
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
<div class="flex">
|
<div class="flex">
|
||||||
<Check bind:check={$DataBase.hanuraiSplit} name="Text Spliting"/>
|
<Check bind:check={$DataBase.hanuraiSplit} name="Text Spliting"/>
|
||||||
</div>
|
</div>
|
||||||
{:else if $DataBase.supaMemoryType === 'hypav2'}
|
{:else if $DataBase.supaMemoryType === 'hypaV2'}
|
||||||
<span class="text-textcolor mt-4">{language.HypaMemory} V2 is Experimental</span>
|
<span class="text-textcolor mt-4">{language.HypaMemory} V2 is Experimental</span>
|
||||||
{:else if $DataBase.supaMemoryType !== 'none'}
|
{:else if $DataBase.supaMemoryType !== 'none'}
|
||||||
<span class="text-textcolor mt-4">{language.SuperMemory} {language.model}</span>
|
<span class="text-textcolor mt-4">{language.SuperMemory} {language.model}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user