We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4a8ac commit 8f3e5c6Copy full SHA for 8f3e5c6
apps/test/app/components/chat.tsx
@@ -217,7 +217,7 @@ export const Chat = ({ models }: ChatProps) => {
217
))}
218
</Column>
219
220
- <Column title="Streamdown without plugins">
+ <Column title="Streamdown">
221
{messages.map((message, messageIndex) => (
222
<div key={message.id}>
223
<span className="font-bold">
@@ -271,7 +271,7 @@ export const Chat = ({ models }: ChatProps) => {
271
272
273
274
- <Column title="Streamdown">
+ <Column title="Streamdown with plugins">
275
276
277
0 commit comments