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
5d7de927
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "3431a9349968d848b0cfe029a0b50d3f0b6049df"
Commit
5d7de927
authored
Jun 23, 2024
by
Timothy J. Baek
Browse files
enh: valve field desc support
parent
7cd4a3cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/lib/components/chat/Settings/Valves.svelte
src/lib/components/chat/Settings/Valves.svelte
+7
-1
No files found.
src/lib/components/chat/Settings/Valves.svelte
View file @
5d7de927
...
...
@@ -203,7 +203,7 @@
</div>
{#if (valves[property] ?? null) !== null}
<div class="flex mt-0.5 space-x-2">
<div class="flex mt-0.5
mb-1
space-x-2">
<div class=" flex-1">
<input
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
...
...
@@ -216,6 +216,12 @@
</div>
</div>
{/if}
{#if (valvesSpec.properties[property]?.description ?? null) !== null}
<div class="text-xs text-gray-500">
{valvesSpec.properties[property].description}
</div>
{/if}
</div>
{/each}
{:else}
...
...
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