Timothy Jaeryang Baek 3 tháng trước cách đây
mục cha
commit
51de2ffcc0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -1397,7 +1397,7 @@
 		await tick();
 
 		// Save chat after all messages have been created
-		saveChatHandler(_chatId);
+		await saveChatHandler(_chatId);
 
 		await Promise.all(
 			selectedModelIds.map(async (modelId, _modelIdx) => {