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
1fb4c602
"...resnet50_tensorflow.git" did not exist on "557eec27443ec3b224117af7b836211ca0730192"
Commit
1fb4c602
authored
May 25, 2024
by
Timothy J. Baek
Browse files
fix: playground
parent
0c7f0f44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
src/lib/components/workspace/Playground.svelte
src/lib/components/workspace/Playground.svelte
+5
-7
No files found.
src/lib/components/workspace/Playground.svelte
View file @
1fb4c602
...
...
@@ -321,13 +321,11 @@
<div class="max-w-full">
<Selector
placeholder={$i18n.t('Select a model')}
items={$models
.filter((model) => model.name !== 'hr')
.map((model) => ({
value: model.id,
label: model.custom_info?.name ?? model.name,
info: model
}))}
items={$models.map((model) => ({
value: model.id,
label: model.name,
model: model
}))}
bind:value={selectedModelId}
/>
</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