From 4a1b699778f4985dc9dfe5a49637868b356c1ab1 Mon Sep 17 00:00:00 2001 From: lixining <116860773@qq.com> Date: Mon, 24 Apr 2023 17:11:27 +0800 Subject: [PATCH] Update chat.tsx --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
); }