Timothy Jaeryang Baek 5 달 전
부모
커밋
46e319dedc
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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) => ({