[feat] improved nai

This commit is contained in:
kwaroran
2023-09-09 06:40:17 +09:00
parent 15f6443904
commit 2e2b3c2cae
6 changed files with 198 additions and 121 deletions

View File

@@ -364,7 +364,7 @@
{:else if $DataBase.aiModel.startsWith('novelai')}
<div class="flex flex-col p-3 bg-darkbg mt-4">
<span class="text-textcolor">Starter</span>
<TextInput bind:value={$DataBase.NAIsettings.starter} placeholder={'[conversation: start]\\n***'} />
<TextInput bind:value={$DataBase.NAIsettings.starter} placeholder={''} />
<span class="text-textcolor">Seperator</span>
<TextInput bind:value={$DataBase.NAIsettings.seperator} placeholder={"\\n"}/>
</div>