diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 59afbb793..8d3fe0fb0 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -842,10 +842,6 @@ }; const chatCompletedHandler = async (chatId, modelId, responseMessageId, messages) => { - await mermaid.run({ - querySelector: '.mermaid' - }); - const res = await chatCompleted(localStorage.token, { model: modelId, messages: messages.map((m) => ({