mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
9d39b9b42c
commit
69b82edd63
2 changed files with 9 additions and 0 deletions
|
|
@ -170,6 +170,7 @@
|
|||
{#each selectedItems as file, fileIdx}
|
||||
<FileItem
|
||||
{file}
|
||||
small={true}
|
||||
item={file}
|
||||
name={file.name}
|
||||
modal={true}
|
||||
|
|
|
|||
|
|
@ -708,14 +708,20 @@
|
|||
{/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>
|
||||
|
||||
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
|
||||
|
||||
<div class="my-2">
|
||||
<FiltersSelector
|
||||
bind:selectedFilterIds={filterIds}
|
||||
|
|
@ -748,6 +754,8 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<hr class=" border-gray-100/30 dark:border-gray-850/30 my-2" />
|
||||
|
||||
<div class="my-2">
|
||||
<Capabilities bind:capabilities />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue