Browse Source

Update chat.tsx

Algorithm5838 1 year ago
parent
commit
398e229c77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/chat.tsx

+ 1 - 1
app/components/chat.tsx

@@ -1156,7 +1156,7 @@ function _Chat() {
                         <Avatar avatar={config.avatar} />
                       ) : (
                         <>
-                          {["system", "context"].includes(message.role) ? (
+                          {["system"].includes(message.role) ? (
                             <Avatar avatar="2699-fe0f" />
                           ) : (
                             <MaskAvatar mask={session.mask} />