Unverified Commit 4c4d50f1 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #164 from ollama-webui/dev

fix: user message formatting
parents a43c1689 1dac6995
......@@ -425,7 +425,7 @@
{/each}
</div>
{/if}
{message.content}
<pre class="">{message.content}</pre>
<div class=" flex justify-start space-x-1">
{#if message.parentId !== null && message.parentId in history.messages && (history.messages[message.parentId]?.childrenIds.length ?? 0) > 1}
......
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