Skip to content

Commit

Permalink
Update intro message (All-Hands-AI#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Apr 2, 2024
1 parent 0a8a857 commit 22a9a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/socket/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
),
);
},
Expand Down

0 comments on commit 22a9a28

Please sign in to comment.