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} +
); }