Timothy Jaeryang Baek 4 meses atrás
pai
commit
46e319dedc
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      src/lib/components/chat/Chat.svelte

+ 0 - 4
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) => ({