mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
minor changes
This commit is contained in:
parent
8e5148b390
commit
1bba86f2e2
5 changed files with 17 additions and 4267 deletions
|
|
@ -70,6 +70,7 @@ export default function Message({
|
|||
</div>
|
||||
) : (
|
||||
<div className="flex min-h-[20px] flex-col items-start gap-4 whitespace-pre-wrap">
|
||||
{/* <div className={`${blinker ? 'result-streaming' : ''} markdown prose dark:prose-invert light w-full break-words`}> */}
|
||||
<div className="markdown prose dark:prose-invert light w-full break-words">
|
||||
{notUser ? wrapText(text) : text}
|
||||
{blinker && <span className="result-streaming">█</span>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue