【解决todo】对话中不允许切换(自动stop stream 删除)

This commit is contained in:
cherishsince 2024-07-09 17:05:07 +08:00
parent 61bf6fb85b
commit 2204876076

View File

@ -180,11 +180,6 @@ const handleConversationClick = async (conversation: ChatConversationVO) => {
// id
activeConversationId.value = conversation.id
activeConversation.value = conversation
//
// TODO @fan
if (conversationInProgress.value) {
await stopStream()
}
// message
await getMessageList()
//