mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user