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
a91db7f7
Commit
a91db7f7
authored
Jun 11, 2024
by
Timothy J. Baek
Browse files
refac
parent
e6fe3ada
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/lib/components/workspace/Documents.svelte
src/lib/components/workspace/Documents.svelte
+1
-1
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/Tools.svelte
+6
-0
No files found.
src/lib/components/workspace/Documents.svelte
View file @
a91db7f7
...
@@ -491,7 +491,7 @@
...
@@ -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>
...
...
src/lib/components/workspace/Tools.svelte
View file @
a91db7f7
...
@@ -198,6 +198,12 @@
...
@@ -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
...
...
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