[fix] template role not working
This commit is contained in:
@@ -38,8 +38,8 @@
|
|||||||
<TextAreaInput bind:value={proompt.text} />
|
<TextAreaInput bind:value={proompt.text} />
|
||||||
<span>{language.role}</span>
|
<span>{language.role}</span>
|
||||||
<SelectInput bind:value={proompt.role}>
|
<SelectInput bind:value={proompt.role}>
|
||||||
<OptionInput value="plain">{language.user}</OptionInput>
|
<OptionInput value="user">{language.user}</OptionInput>
|
||||||
<OptionInput value="jailbreak">{language.character}</OptionInput>
|
<OptionInput value="bot">{language.character}</OptionInput>
|
||||||
<OptionInput value="system">{language.systemPrompt}</OptionInput>
|
<OptionInput value="system">{language.systemPrompt}</OptionInput>
|
||||||
</SelectInput>
|
</SelectInput>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user