diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 3d8b5321a2b..c42b90500ae 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -781,16 +781,30 @@ export function ChatActions(props: { /> )} + {/* If you want to add any successive actions, please place them above */}
-
- {currentModelName} + + {currentModelName} +
);