forked from XiaoMo/ChatGPT-Next-Web
Update chat.tsx
This commit is contained in:
parent
6a61fe5776
commit
398e229c77
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user