【增加】AI 角色调整

This commit is contained in:
cherishsince 2024-05-15 23:57:58 +08:00
parent 490b11aa3a
commit 9658af7c04

View File

@ -147,7 +147,10 @@ const handlerCardUse = async (role) => {
} as unknown as ChatConversationVO
//
const conversation = await ChatConversationApi.createChatConversationMy(data)
//
router.push({
path: `/ai/chat/index?conversationId=${conversation.id}`
})
}
//