This commit is contained in:
Timothy Jaeryang Baek 2024-12-24 18:04:41 -07:00
parent 55da6224b8
commit 46e319dedc

View File

@ -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) => ({