Update useServerStream.ts

This commit is contained in:
bsu3338
2023-09-03 20:14:01 -05:00
committed by GitHub
parent c041c329cf
commit 4b30c132df

View File

@@ -3,7 +3,7 @@ import { useResetRecoilState, useSetRecoilState } from 'recoil';
import { SSE, createPayload, tMessageSchema, tConversationSchema } from 'librechat-data-provider';
import type { TResPlugin, TMessage, TConversation, TSubmission } from 'librechat-data-provider';
import { useAuthContext } from '~/hooks/AuthContext';
import useSpeechSynthesis from '../Messages/SpeechSynthesis';
import useSpeechSynthesis from '../components/Messages/SpeechSynthesis';
import store from '~/store';
type TResData = {