This commit is contained in:
Timothy J. Baek 2024-08-05 19:16:57 +02:00
parent 8c84c74197
commit e8375e9acd

View File

@ -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();