Skip to content

Commit

Permalink
Update chat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithm5838 authored Sep 26, 2023
1 parent 6a61fe5 commit 398e229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit 398e229

Please sign in to comment.