refac
Some checks are pending
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run

This commit is contained in:
Timothy Jaeryang Baek 2025-12-26 19:09:05 +04:00
parent 25db8225f8
commit d08f9ed556
2 changed files with 2 additions and 8 deletions

View file

@ -24,7 +24,7 @@
<div>
<div class="flex w-full justify-between mb-1">
<div class=" self-center text-sm font-medium">{$i18n.t('Default Filters')}</div>
<div class=" self-center text-xs text-gray-500 font-medium">{$i18n.t('Default Filters')}</div>
</div>
<div class="flex flex-col">

View file

@ -414,7 +414,7 @@
submitHandler();
}}
>
<div class="w-full">
<div class="w-full px-1">
<div class="flex flex-col md:flex-row gap-4 w-full">
<div class="self-center md:self-start flex justify-center my-2 shrink-0">
<div class="self-center">
@ -604,8 +604,6 @@
</div>
</div>
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
<div class="my-2">
<div class="flex w-full justify-between">
<div class=" self-center text-xs font-medium text-gray-500">
@ -690,14 +688,10 @@
{/if}
</div>
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
<div class="my-2">
<Knowledge bind:selectedItems={knowledge} />
</div>
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
<div class="my-2">
<ToolsSelector bind:selectedToolIds={toolIds} tools={$tools ?? []} />
</div>