Add asset max difference setting and update related logic

This commit is contained in:
Kwaroran
2024-12-16 07:56:15 +09:00
parent 94501dbd77
commit 9bdd354f7c
4 changed files with 10 additions and 0 deletions

View File

@@ -51,6 +51,9 @@
<span class="text-textcolor">{language.genTimes} <Help key="genTimes"/></span>
<NumberInput marginBottom={true} size={"sm"} min={0} max={4096} bind:value={DBState.db.genTime}/>
<span class="text-textcolor">{language.assetMaxDifference}</span>
<NumberInput marginBottom={true} size={"sm"} bind:value={DBState.db.assetMaxDifference}/>
<span class="text-textcolor mt-4">GPT Vision Quality <Help key="gptVisionQuality"/></span>
<SelectInput bind:value={DBState.db.gptVisionQuality}>
<OptionInput value="low">Low</OptionInput>