Commit 66e7e577 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: citation styling

parent 9b590393
......@@ -470,8 +470,8 @@
} -->
{#if message.citations}
<hr class=" dark:border-gray-800 mt-1" />
<div class="my-2.5 w-full flex overflow-x-auto gap-2 flex-wrap">
<hr class=" dark:border-gray-800 my-1" />
<div class="my-2.5 w-full flex flex-col gap-1">
{#each message.citations.reduce((acc, citation) => {
citation.document.forEach((document, index) => {
const metadata = citation.metadata?.[index];
......
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