mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: allow model config via config.json
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
<option value="" disabled selected>{$i18n.t('Select a model')}</option>
|
||||
{#each $models.filter((model) => model.id) as model}
|
||||
<option value={model.id} class="bg-gray-100 dark:bg-gray-700"
|
||||
>{model.name}</option
|
||||
>{model.custom_info?.displayName ?? model.name}</option
|
||||
>
|
||||
{/each}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user