From c8210d4043d99c470d7f49a406dcee25a4bea388 Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 1 Apr 2025 09:06:15 +0200 Subject: [PATCH] upated like in PR discussed --- src/lib/components/chat/ChatPlaceholder.svelte | 4 +--- src/lib/components/chat/Placeholder.svelte | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 99eb8cbce..43fc94aeb 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -28,8 +28,6 @@ } $: models = modelIds.map((id) => $_models.find((m) => m.id === id)); - - const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; onMount(() => { mounted = true; @@ -70,7 +68,7 @@ {#if $temporaryChatEnabled} diff --git a/src/lib/components/chat/Placeholder.svelte b/src/lib/components/chat/Placeholder.svelte index db70d7602..be700ab00 100644 --- a/src/lib/components/chat/Placeholder.svelte +++ b/src/lib/components/chat/Placeholder.svelte @@ -86,8 +86,6 @@ } $: models = selectedModels.map((id) => $_models.find((m) => m.id === id)); - - const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; onMount(() => {}); @@ -95,7 +93,7 @@
{#if $temporaryChatEnabled}