Add removeIncompleteResponse

This commit is contained in:
kwaroran
2024-04-18 22:47:38 +09:00
parent a42c74f51f
commit 354bcbd88b
5 changed files with 44 additions and 20 deletions

View File

@@ -76,6 +76,9 @@
<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.removeIncompleteResponse} name={language.removeIncompleteResponse}></Check>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.newOAIHandle} name={language.newOAIHandle}/>
</div>