From affe8a58fd8125c9b9fdce6b5135a3c659c1a6d7 Mon Sep 17 00:00:00 2001 From: Biwas Bhandari <157286107+biwasbhandari@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:06:49 +0545 Subject: [PATCH] Update useChat.ts --- src/hooks/useChat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useChat.ts b/src/hooks/useChat.ts index 53077790..f4fbfe77 100644 --- a/src/hooks/useChat.ts +++ b/src/hooks/useChat.ts @@ -136,7 +136,7 @@ export function useChat() { const initialMessage: Message = { role: "assistant", type: null, - content: "How can I help you today?", + content: "Welcome back-let's see what your ai can pull off today.", timestamp: new Date(), }; if (formattedJobs.length > 0) {