Add OAI prediction

This commit is contained in:
kwaroran
2024-11-21 15:44:14 +09:00
parent e895008814
commit ec03903372
4 changed files with 12 additions and 0 deletions

View File

@@ -145,6 +145,8 @@
<TextAreaInput bind:value={DBState.db.customPromptTemplateToggle}/>
<span class="text-textcolor mt-4">{language.defaultVariables} <Help key='defaultVariables' /></span>
<TextAreaInput bind:value={DBState.db.templateDefaultVariables}/>
<span class="text-textcolor mt-4">{language.predictedOutput}</span>
<TextAreaInput bind:value={DBState.db.OAIPrediction}/>
<span class="text-textcolor mt-4">{language.groupInnerFormat} <Help key='groupInnerFormat' /></span>
<TextAreaInput placeholder={`<{{char}}\'s Message>\n{{slot}}\n</{{char}}\'s Message>`} bind:value={DBState.db.groupTemplate}/>
{#if DBState.db.jsonSchemaEnabled}