Browse Source

refac: hide banners if models > 1

Timothy J. Baek 11 months ago
parent
commit
225ec3d174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -1007,7 +1007,7 @@
 			{initNewChat}
 		/>
 
-		{#if $banners.length > 0 && !$chatId}
+		{#if $banners.length > 0 && !$chatId && selectedModels.length <= 1}
 			<div
 				class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"
 			>