feat: use same icon style in TextChat

This commit is contained in:
Wentao Lyu 2023-03-16 13:45:46 +08:00
parent aabb19656e
commit a47dbe6262
2 changed files with 5 additions and 2 deletions

View file

@ -55,6 +55,8 @@ export const getIconOfModel = ({ size=30, sender, isCreatedByUser, model, chatGp
chatgptCustom: 'rgb(0, 163, 255)',
};
console.log(sender, isCreatedByUser, model, chatGptLabel, error, )
if (isCreatedByUser)
return (
<div