mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-23 07:09:29 +01:00
feat: external model icon
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
.map((model) => ({
|
||||
value: model.id,
|
||||
label:
|
||||
model.name + `${model.size ? ` (${(model.size / 1024 ** 3).toFixed(1)}GB)` : ''}`
|
||||
model.name + `${model.size ? ` (${(model.size / 1024 ** 3).toFixed(1)}GB)` : ''}`,
|
||||
info: model
|
||||
}))}
|
||||
bind:value={selectedModel}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user