mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
chore: reorg. content files, add blinking cursor
This commit is contained in:
parent
04796824d5
commit
0cc4aea204
11 changed files with 7 additions and 159 deletions
|
|
@ -30,7 +30,7 @@ const createOnProgress = () => {
|
|||
tokens = citeText(tokens, true);
|
||||
}
|
||||
|
||||
sendMessage(res, { text: tokens + '█', message: true, initial: i === 0, ...rest });
|
||||
sendMessage(res, { text: tokens + '<span class="result-streaming">█</span>', message: true, initial: i === 0, ...rest });
|
||||
i++;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue