diff --git a/lib/ui/shared/chat_widgets/chat_body.dart b/lib/ui/shared/chat_widgets/chat_body.dart index 489c171b..4ac2891f 100644 --- a/lib/ui/shared/chat_widgets/chat_body.dart +++ b/lib/ui/shared/chat_widgets/chat_body.dart @@ -62,11 +62,6 @@ class ChatBody extends StatelessWidget { } } - // Temporary message to indicate the user to start the conversation - final message = ChatNode(role: ChatRole.assistant, content: "", finalised: false); - session.chat.addNode(message); - chat = [message]; - final chatWidgets = _getChatWidgets(chat); return Builder(