Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3668179d
Commit
3668179d
authored
Jul 15, 2024
by
SimonOriginal
Browse files
refac 2
parent
fa26b8d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/Tools.svelte
+1
-1
src/lib/components/workspace/Tools/ToolkitEditor.svelte
src/lib/components/workspace/Tools/ToolkitEditor.svelte
+1
-1
No files found.
src/lib/components/workspace/Tools.svelte
View file @
3668179d
...
@@ -440,7 +440,7 @@
...
@@ -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>
...
...
src/lib/components/workspace/Tools/ToolkitEditor.svelte
View file @
3668179d
...
@@ -270,7 +270,7 @@ class Tools:
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment