Algorithm5838 1 рік тому
батько
коміт
398e229c77
1 змінених файлів з 1 додано та 1 видалено
  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} />