mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
refac
This commit is contained in:
parent
8c84c74197
commit
e8375e9acd
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@
|
|||
|
||||
let selectedCitation = null;
|
||||
|
||||
$: tokens = marked.lexer(sanitizeResponseContent(message?.content));
|
||||
$: tokens = marked.lexer(
|
||||
replaceTokens(sanitizeResponseContent(message?.content), model?.name, $user?.name)
|
||||
);
|
||||
|
||||
$: if (message) {
|
||||
renderStyling();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue