Skip to content

Commit

Permalink
rm temp
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jun 27, 2024
1 parent 7f08aee commit 7c156fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/ui/shared/chat_widgets/chat_body.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7c156fc

Please sign in to comment.