Update intro message (#569)

This commit is contained in:
Robert Brennan
2024-04-02 10:02:09 -04:00
committed by GitHub
parent 0a8a857d00
commit 22a9a28e46

View File

@@ -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?",
),
);
},