Commit 8e83a201 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: message role title styling

parent 62149ef7
......@@ -359,11 +359,13 @@
</div>
<div class="w-full">
<div class=" self-center font-bold mb-0.5 capitalize">
<div class=" self-center font-bold mb-0.5">
{#if message.role === 'user'}
You
{:else if selectedModelfile}
<span class="capitalize">
{selectedModelfile.title}
</span>
{:else}
Ollama <span class=" text-gray-500 text-sm font-medium"
>{message.model ? ` ${message.model}` : ''}</span
......
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