mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
e6fe3ada57
commit
a91db7f7a6
2 changed files with 7 additions and 1 deletions
|
|
@ -491,7 +491,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" text-gray-500 text-xs mt-1">
|
<div class=" text-gray-500 text-xs mt-1 mb-2">
|
||||||
ⓘ {$i18n.t("Use '#' in the prompt input to load and select your documents.")}
|
ⓘ {$i18n.t("Use '#' in the prompt input to load and select your documents.")}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -198,6 +198,12 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class=" text-gray-500 text-xs mt-1 mb-2">
|
||||||
|
ⓘ {$i18n.t(
|
||||||
|
'To enable tool access for users, tools must be assigned individually to the desired model within the models workspace.'
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class=" flex justify-end w-full mb-2">
|
<div class=" flex justify-end w-full mb-2">
|
||||||
<div class="flex space-x-2">
|
<div class="flex space-x-2">
|
||||||
<input
|
<input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue