npm run format

This commit is contained in:
Taylor Wilsdon 2024-12-18 13:32:46 -05:00
parent 0dc75363aa
commit 1120f4d09a
2 changed files with 255 additions and 251 deletions

View File

@ -190,7 +190,7 @@
content_extraction: { content_extraction: {
engine: contentExtractionEngine, engine: contentExtractionEngine,
tika_server_url: tikaServerUrl tika_server_url: tikaServerUrl
}, }
}); });
await updateQuerySettings(localStorage.token, querySettings); await updateQuerySettings(localStorage.token, querySettings);
@ -592,7 +592,6 @@
</div> </div>
<div class=""> <div class="">
<div class="text-sm font-medium mb-1">{$i18n.t('Google Drive')}</div> <div class="text-sm font-medium mb-1">{$i18n.t('Google Drive')}</div>
<div class="my-2"> <div class="my-2">
@ -663,7 +662,9 @@
> >
<Textarea <Textarea
bind:value={querySettings.template} bind:value={querySettings.template}
placeholder={$i18n.t('Leave empty to use the default prompt, or enter a custom prompt')} placeholder={$i18n.t(
'Leave empty to use the default prompt, or enter a custom prompt'
)}
/> />
</Tooltip> </Tooltip>
</div> </div>
@ -689,7 +690,9 @@
<div class=" flex gap-1.5"> <div class=" flex gap-1.5">
<div class=" w-full justify-between"> <div class=" w-full justify-between">
<div class="self-center text-xs font-medium min-w-fit mb-1">{$i18n.t('Chunk Size')}</div> <div class="self-center text-xs font-medium min-w-fit mb-1">
{$i18n.t('Chunk Size')}
</div>
<div class="self-center"> <div class="self-center">
<input <input
class=" w-full rounded-lg py-1.5 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none" class=" w-full rounded-lg py-1.5 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
@ -851,4 +854,5 @@
{$i18n.t('Save')} {$i18n.t('Save')}
</button> </button>
</div> </div>
</div>
</form> </form>