We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7d1a commit 8db6535Copy full SHA for 8db6535
src/client/components/Chat/Conversation.tsx
@@ -37,10 +37,7 @@ export const Response = ({
37
</>
38
)}
39
<Box pr={7} py={2}>
40
- <ReactMarkdown
41
- remarkPlugins={[remarkGfm]}
42
- className="line-break-markdown"
43
- >
+ <ReactMarkdown remarkPlugins={[remarkGfm]}>
44
{content}
45
</ReactMarkdown>
46
</Box>
src/client/components/Chat/index.tsx
@@ -370,6 +370,7 @@ const Chat = () => {
370
/>
371
372
<Box sx={{ mb: 3 }} />
373
+
374
<Conversation
375
messages={messages}
376
completion={completion}
0 commit comments