diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b80bf5a18..1f9a882ef 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -86,7 +86,7 @@ export function Avatar(props: { role: Message["role"]; model?: ModelType }) { return (
- + smiley
); }