From 7c156fc01decb2e6dc4c6114a02301cc1a972850 Mon Sep 17 00:00:00 2001 From: danemadsen Date: Thu, 27 Jun 2024 14:49:25 +1000 Subject: [PATCH] rm temp --- lib/ui/shared/chat_widgets/chat_body.dart | 5 ----- 1 file changed, 5 deletions(-) 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(