[fix] template plain types

This commit is contained in:
kwaroran
2023-08-03 13:41:18 +09:00
parent fce027441b
commit 62a927f94e

View File

@@ -34,6 +34,12 @@
</SelectInput>
{#if proompt.type === 'plain' || proompt.type === 'jailbreak'}
<span>{language.type}2</span>
<SelectInput bind:value={proompt.type2}>
<OptionInput value="normal">{language.formating.plain}</OptionInput>
<OptionInput value="main">{language.mainPrompt}</OptionInput>
<OptionInput value="globalNote">{language.globalNote}</OptionInput>
</SelectInput>
<span>{language.prompt}</span>
<TextAreaInput bind:value={proompt.text} />
<span>{language.role}</span>