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
7c0332f9
Commit
7c0332f9
authored
Dec 11, 2023
by
Samuel Skottenborg
Browse files
Show model size
parent
e55a5daf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/SettingsModal.svelte
src/lib/components/chat/SettingsModal.svelte
+1
-1
No files found.
src/lib/components/chat/SettingsModal.svelte
View file @
7c0332f9
...
...
@@ -761,7 +761,7 @@
{/if}
{#each $models.filter((m) => m.size != null) as model}
<option value={model.name} class="bg-gray-100 dark:bg-gray-700"
>{model.name}</option
>{model.name
+ ' (' + (model.size / 1024 ** 3).toFixed(1) + ' GB)'
}</option
>
{/each}
</select>
...
...
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