Fix conditional statement in ProomptItem.svelte
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{/if}
|
||||
</SelectInput>
|
||||
|
||||
{#if proompt.type === 'plain' || proompt.type === 'jailbreak'}
|
||||
{#if proompt.type === 'plain' || proompt.type === 'jailbreak' || proompt.type === 'cot'}
|
||||
<span>{language.specialType}</span>
|
||||
<SelectInput bind:value={proompt.type2}>
|
||||
<OptionInput value="normal">{language.noSpecialType}</OptionInput>
|
||||
|
||||
Reference in New Issue
Block a user