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}