This commit is contained in:
SimonOriginal
2024-07-15 15:14:43 +02:00
parent 07283ca0cf
commit fa26b8d7cf
3 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -439,7 +439,9 @@
<div>{$i18n.t('Please carefully review the following warnings:')}</div>
<ul class=" mt-1 list-disc pl-4 text-xs">
<li>{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.</li>
<li>
{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
</li>
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
</ul>
</div>