This commit is contained in:
Timothy J. Baek
2024-06-17 01:42:04 -07:00
parent 49fdb68908
commit 9023a60d0d
5 changed files with 22 additions and 6 deletions

View File

@@ -1332,7 +1332,7 @@
/>
<div
class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-white to-white/90 dark:from-gray-900 dark:to-[#171717]/90 z-0 -translate-y-[78px]"
class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-white to-white/90 dark:from-gray-900 dark:to-[#171717]/90 z-0"
/>
{/if}
@@ -1415,6 +1415,7 @@
}
return a;
}, [])}
transparentBackground={$settings?.backgroundImageUrl ?? false}
{selectedModels}
{messages}
{submitPrompt}