Add autoContinueChat setting

This commit is contained in:
kwaroran
2024-04-18 22:25:22 +09:00
parent f47f2e95a5
commit 0a2fd4a4c2
3 changed files with 32 additions and 1 deletions

View File

@@ -73,6 +73,9 @@
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.autofillRequestUrl} name={language.autoFillRequestURL}> <Help key="autoFillRequestURL"/></Check>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.autoContinueChat} name={language.autoContinueChat}> <Help key="autoContinueChat"/></Check>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.newOAIHandle} name={language.newOAIHandle}/>
</div>