chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-03-27 01:40:28 -07:00
parent d9b6d78d5c
commit 4a79320253
57 changed files with 414 additions and 113 deletions

View File

@@ -302,12 +302,12 @@
{:else}
<div class="text-gray-500 text-xs text-center py-2 px-10">
{#if ollama}
{$i18n.t('Leave empty to include all models from "{{URL}}/api/tags" endpoint', {
URL: url
{$i18n.t('Leave empty to include all models from "{{url}}/api/tags" endpoint', {
url: url
})}
{:else}
{$i18n.t('Leave empty to include all models from "{{URL}}/models" endpoint', {
URL: url
{$i18n.t('Leave empty to include all models from "{{url}}/models" endpoint', {
url: url
})}
{/if}
</div>

View File

@@ -132,8 +132,8 @@
</div>
<div class="text-xs text-gray-500 mt-1">
{$i18n.t(`WebUI will make requests to "{{URL}}/openapi.json"`, {
URL: url
{$i18n.t(`WebUI will make requests to "{{url}}/openapi.json"`, {
url: url
})}
</div>

View File

@@ -782,7 +782,6 @@
</div>
{/if}
{#if querySettings.hybrid === true}
<div class=" mb-2.5 flex flex-col w-full justify-between">
<div class=" flex w-full justify-between">

View File

@@ -52,8 +52,8 @@
<div class="flex w-full gap-2 items-center">
<Tooltip
className="w-full relative"
content={$i18n.t(`WebUI will make requests to "{{URL}}/openapi.json"`, {
URL: url
content={$i18n.t(`WebUI will make requests to "{{url}}/openapi.json"`, {
url: url
})}
placement="top-start"
>