This commit is contained in:
Timothy Jaeryang Baek
2025-02-03 18:17:38 -08:00
parent 51de2ffcc0
commit aa7184ae0d
2 changed files with 10 additions and 0 deletions

View File

@@ -1399,6 +1399,8 @@
// Save chat after all messages have been created
await saveChatHandler(_chatId);
await tick();
await Promise.all(
selectedModelIds.map(async (modelId, _modelIdx) => {
console.log('modelId', modelId);