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
6f262db6
"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "3f0ae67186f579047659e624a049abc68a6abfed"
Commit
6f262db6
authored
Jan 02, 2024
by
Timothy J. Baek
Browse files
feat: tip message update
parent
5436c2c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/lib/components/chat/MessageInput/PromptCommands.svelte
src/lib/components/chat/MessageInput/PromptCommands.svelte
+5
-5
No files found.
src/lib/components/chat/MessageInput/PromptCommands.svelte
View file @
6f262db6
...
@@ -50,11 +50,11 @@
...
@@ -50,11 +50,11 @@
<div class="md:px-2 mb-3 text-left w-full">
<div class="md:px-2 mb-3 text-left w-full">
<div class="flex w-full rounded-lg border border-gray-100 dark:border-gray-700">
<div class="flex w-full rounded-lg border border-gray-100 dark:border-gray-700">
<div class=" bg-gray-100 dark:bg-gray-700 w-10 rounded-l-lg text-center">
<div class=" bg-gray-100 dark:bg-gray-700 w-10 rounded-l-lg text-center">
<div class=" text-lg font-
medium
mt-2">/</div>
<div class=" text-lg font-
semibold
mt-2">/</div>
</div>
</div>
<div class="max-h-60 flex flex-col w-full rounded-r-lg">
<div class="max-h-60 flex flex-col w-full rounded-r-lg">
<div class=" overflow-y-auto bg-white p-2 rounded-t-lg space-y-0.5">
<div class=" overflow-y-auto bg-white p-2 rounded-t
r
-lg space-y-0.5">
{#each filteredPromptCommands as command, commandIdx}
{#each filteredPromptCommands as command, commandIdx}
<button
<button
class=" px-3 py-1.5 rounded-lg w-full text-left {commandIdx === selectedCommandIdx
class=" px-3 py-1.5 rounded-lg w-full text-left {commandIdx === selectedCommandIdx
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
</div>
</div>
<div
<div
class=" px-2 p
y-0.5
text-xs text-gray-600 bg-white rounded-b-lg flex items-center space-x-1"
class=" px-2 p
b-1
text-xs text-gray-600 bg-white rounded-b
r
-lg flex items-center space-x-1"
>
>
<div>
<div>
<svg
<svg
...
@@ -101,8 +101,8 @@
...
@@ -101,8 +101,8 @@
</div>
</div>
<div class="line-clamp-1">
<div class="line-clamp-1">
Tip: Update multiple
prompt
variable
s
by pressing the tab key in the chat
input
Tip: Update multiple variable
slots consecutively
by pressing the tab key in the chat
consecutively
after each replacement.
input
after each replacement.
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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