mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
WIP: resumable stream
This commit is contained in:
parent
6fb59957d0
commit
21d0dc1a8c
12 changed files with 498 additions and 209 deletions
|
|
@ -55,7 +55,7 @@ function ChatView({ index = 0 }: { index?: number }) {
|
|||
useAdaptiveSSE(addedSubmission, addedChatHelpers, true, index + 1);
|
||||
|
||||
// Auto-resume if navigating back to conversation with active job
|
||||
useResumeOnLoad(conversationId, chatHelpers, index);
|
||||
useResumeOnLoad(conversationId, chatHelpers.getMessages, index);
|
||||
|
||||
const methods = useForm<ChatFormValues>({
|
||||
defaultValues: { text: '' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue