Add support for character-specific translation prompts with Ax. model

This commit is contained in:
poroyo
2024-09-28 16:08:32 +09:00
parent f8d62f8772
commit 6f5dd7f179
5 changed files with 21 additions and 4 deletions

View File

@@ -921,6 +921,9 @@
<span class="text-textcolor mt-2">{language.defaultVariables} <Help key="defaultVariables" /></span>
<TextAreaInput margin="both" autocomplete="off" bind:value={currentChar.data.defaultVariables}></TextAreaInput>
<span class="text-textcolor mt-2">{language.translatorNote} <Help key="translatorNote" /></span>
<TextAreaInput margin="both" autocomplete="off" bind:value={currentChar.data.translatorNote}></TextAreaInput>
<span class="text-textcolor">{language.creator}</span>
<TextInput size="sm" autocomplete="off" bind:value={currentChar.data.additionalData.creator} />