"...resnet50_tensorflow.git" did not exist on "706a0bd9375e2e6752ba777abd5837748aac36cc"
Commit e8375e9a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 8c84c741
......@@ -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();
......
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