Skip to content

Commit d1d42ea

Browse files
committed
fix model name
1 parent 6f548d1 commit d1d42ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layouts/Chat.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const singleServer = mcpServers.find((server) => server.name.toLowerCase() === s
9292
<model-selector class="[tool-selector+&]:left-21 top-0 md:mt-0 md:absolute">
9393
<label class="sr-only" for="model-selector">Mode</label>
9494
<select class="border-pink border-solid border-1 cursor-pointer inline-block min-h-[36px] mr-5 outline-pink px-2 py-[5px] rounded-sm text-pink w-40 focus-visible:outline-2" id="model-selector" name="model">
95-
<option value="locai-l1" class="p-[4px]">
95+
<option value="locai-locailabs/locai-l1-large-2011" class="p-[4px]">
9696
<svg focusable="false" aria-hidden="true" fill="none" viewBox="0 0 124 124" width="20px" height="20px">
9797
<rect x="0" y="0" width="110" height="110" rx="60" fill="#CCFF00"/>
9898
<rect x="30" y="25" width="10" height="60" fill="#000000"/>

0 commit comments

Comments
 (0)