"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "2c2c2fd889b45e732438c7d4ef33efac479703d7"
Commit e8375e9a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 8c84c741
...@@ -77,7 +77,9 @@ ...@@ -77,7 +77,9 @@
let selectedCitation = null; let selectedCitation = null;
$: tokens = marked.lexer(sanitizeResponseContent(message?.content)); $: tokens = marked.lexer(
replaceTokens(sanitizeResponseContent(message?.content), model?.name, $user?.name)
);
$: if (message) { $: if (message) {
renderStyling(); renderStyling();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment