Merge pull request #567 from ollama-webui/wording

refac: model select option wording
This commit is contained in:
Timothy Jaeryang Baek
2024-01-25 01:27:51 -08:00
committed by GitHub

View File

@@ -1701,7 +1701,7 @@
bind:value={titleAutoGenerateModel}
placeholder="Select a model"
>
<option value="" selected>Default</option>
<option value="" selected>Current Model</option>
{#each $models.filter((m) => m.size != null) as model}
<option value={model.name} class="bg-gray-100 dark:bg-gray-700"
>{model.name +