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

pull/476/MERGE
cherishsince 2024-07-09 17:05:07 +08:00
parent 61bf6fb85b
commit 2204876076
1 changed files with 0 additions and 5 deletions

View File

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