mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac 2
This commit is contained in:
parent
fa26b8d7cf
commit
3668179dfe
2 changed files with 2 additions and 2 deletions
|
|
@ -440,7 +440,7 @@
|
||||||
|
|
||||||
<ul class=" mt-1 list-disc pl-4 text-xs">
|
<ul class=" mt-1 list-disc pl-4 text-xs">
|
||||||
<li>
|
<li>
|
||||||
{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
|
{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
|
||||||
</li>
|
</li>
|
||||||
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
|
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -270,7 +270,7 @@ class Tools:
|
||||||
|
|
||||||
<ul class=" mt-1 list-disc pl-4 text-xs">
|
<ul class=" mt-1 list-disc pl-4 text-xs">
|
||||||
<li>
|
<li>
|
||||||
{$i18n.t('Tools have a function calling system that allows arbitrary code execution.')}
|
{$i18n.t('Tools have a function calling system that allows arbitrary code execution.')}
|
||||||
</li>
|
</li>
|
||||||
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
|
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue