Commit fa4081d6 by cherishsince

【优化】AI stream 优化,添加的临时role 头像对不上问题

parent 4466c5b4
......@@ -312,7 +312,7 @@ const doSendStream = async (userMessage: ChatMessageVO) => {
conversationId: activeConversationId.value,
type: 'system',
content: '思考中...',
roleAvatar: defaultRoleAvatar,
roleAvatar: (activeConversation.value as ChatConversationVO).roleAvatar,
createTime: new Date()
} as ChatMessageVO)
// 滚动到最下面
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment