forked from open-webui/open-webui
refac: model select option wording
This commit is contained in:
parent
d6b139cfe9
commit
a24217f670
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@
|
||||||
bind:value={titleAutoGenerateModel}
|
bind:value={titleAutoGenerateModel}
|
||||||
placeholder="Select a model"
|
placeholder="Select a model"
|
||||||
>
|
>
|
||||||
<option value="" selected>Default</option>
|
<option value="" selected>Current Model</option>
|
||||||
{#each $models.filter((m) => m.size != null) as model}
|
{#each $models.filter((m) => m.size != null) as model}
|
||||||
<option value={model.name} class="bg-gray-100 dark:bg-gray-700"
|
<option value={model.name} class="bg-gray-100 dark:bg-gray-700"
|
||||||
>{model.name +
|
>{model.name +
|
||||||
|
|
Loading…
Reference in a new issue