"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "00803c92f2e4c53e8e8e827252d93ea26cd47a75"
Commit 3db6bbfd authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update +page.svelte

parent 0f41abd7
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
> >
<option value="" selected>Select a model</option> <option value="" selected>Select a model</option>
{#each models.models as model} {#each models as model}
<option value={model.name}>{model.name}</option> <option value={model.name}>{model.name}</option>
{/each} {/each}
</select> </select>
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
</div> </div>
</div> </div>
{:else} {:else}
<div class="whitespace-pre-line"> <div class="markdown-body whitespace-pre-line">
{@html marked.parse(message.content)} {@html marked.parse(message.content)}
</div> </div>
{/if} {/if}
......
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