diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 4e6aedecc60..cca096eb874 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1155,7 +1155,13 @@ function _Chat() { {isUser ? ( ) : ( - + <> + {["system"].includes(message.role) ? ( + + ) : ( + + )} + )}