diff --git a/src/lib/components/layout/Navbar.svelte b/src/lib/components/layout/Navbar.svelte index 9d3014c74..afbc863dc 100644 --- a/src/lib/components/layout/Navbar.svelte +++ b/src/lib/components/layout/Navbar.svelte @@ -108,7 +108,7 @@ bind:this={navElement} class="h-screen {show ? '' - : '-translate-x-72'} w-72 fixed top-0 left-0 z-40 transition bg-gray-900 text-gray-200 shadow-2xl text-sm + : '-translate-x-72'} w-72 fixed top-0 left-0 z-40 transition bg-black text-gray-200 shadow-2xl text-sm " >
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 65eb2dd70..97b2cfde7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -883,7 +883,7 @@ ? settings.gravatarUrl : '/user' : '/favicon'}.png" - class=" max-w-[32px] object-cover rounded" + class=" max-w-[32px] object-cover rounded-full" />
@@ -956,7 +956,29 @@ {@html marked(message.content.replace('\\\\', '\\\\\\'))} {#if message.done} -
+
+ + + {/if}
{/if} {/if} @@ -1033,28 +1077,6 @@ {/if} - {:else if message.done} - {/if}
@@ -1067,61 +1089,11 @@
-
+
{#if messages.length == 0 && suggestions !== 'false'} {/if} - - {#if messages.length != 0 && messages.at(-1).role == 'assistant'} - {#if messages.at(-1).done == true} -
- -
- {:else} -
- -
- {/if} - {/if}
{ @@ -1148,35 +1120,53 @@ }} />
-
+
{#if messages.length == 0 || messages.at(-1).done == true} {:else} -
...
+ {/if}
- LLMs may produce inaccurate information about people, places, or facts. + LLMs can make mistakes. Verify important information.