This commit is contained in:
Timothy Jaeryang Baek
2025-05-17 00:08:03 +04:00
parent ecae944fd0
commit 359bcb837d
2 changed files with 5 additions and 1 deletions

View File

@@ -894,6 +894,7 @@
...(m.usage ? { usage: m.usage } : {}),
...(m.sources ? { sources: m.sources } : {})
})),
filter_ids: selectedFilterIds.length > 0 ? selectedFilterIds : undefined,
model_item: $models.find((m) => m.id === modelId),
chat_id: chatId,
session_id: $socket?.id,