"src/vscode:/vscode.git/clone" did not exist on "8114fa93cf7e0c41b54081ac8a2d8ce1c7c0721b"
Commit a24217f6 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: model select option wording

parent d6b139cf
......@@ -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 +
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment