diff --git a/src/lib/components/chat/MessageInput/InputMenu.svelte b/src/lib/components/chat/MessageInput/InputMenu.svelte index 83d6abc5a..6e2d7724b 100644 --- a/src/lib/components/chat/MessageInput/InputMenu.svelte +++ b/src/lib/components/chat/MessageInput/InputMenu.svelte @@ -4,7 +4,7 @@ import { fly } from 'svelte/transition'; import { flyAndScale } from '$lib/utils/transitions'; - import { config, user, tools as _tools, mobile, knowledge, chats } from '$lib/stores'; + import { config, user, tools as _tools, mobile, knowledge } from '$lib/stores'; import { getKnowledgeBases } from '$lib/apis/knowledge'; import { createPicker } from '$lib/utils/google-drive-picker'; @@ -269,37 +269,35 @@ - {#if ($chats ?? []).length > 0} - + - - {/if} + +
+ +
+ + + {#if fileUploadEnabled} {#if $config?.features?.enable_google_drive_integration}