diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b152e8ae0..4fb7200f2 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -451,7 +451,7 @@ export function Chat(props: { role: "user", content: userInput, date: new Date().toLocaleString(), - preview: false, + preview: true, }, ] : [],