From 22a9a28e46f86488d8756db3c074ee35403ba740 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Tue, 2 Apr 2024 10:02:09 -0400 Subject: [PATCH] Update intro message (#569) --- frontend/src/socket/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/socket/actions.ts b/frontend/src/socket/actions.ts index f34d81acce..337a088fcc 100644 --- a/frontend/src/socket/actions.ts +++ b/frontend/src/socket/actions.ts @@ -10,7 +10,7 @@ const messageActions = { store.dispatch(setInitialized(true)); store.dispatch( appendAssistantMessage( - "Hello, I am OpenDevin, an AI Software Engineer. What would you like me to build you today?", + "Hi! I'm OpenDevin, an AI Software Engineer. What would you like to build with me today?", ), ); },