From 72e6cd7f03f7c3d621d7009671dd81e55d6ffe4d Mon Sep 17 00:00:00 2001 From: frostime Date: Sun, 4 Aug 2024 22:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(chat):=20=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E5=9C=A8=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9B=B4=E6=8E=A5=E6=98=BE=E7=A4=BA=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=9A=84=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 3d519dee7..3fe41bf09 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -780,6 +780,19 @@ export function ChatActions(props: { icon={} /> )} + + {/* If you want to add any successive actions, please place them above */} +
+
+ {currentModelName} +
); }