feat: 对话状态记忆
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
params.imageUrlList = payload.params.imageUrlList || []
|
params.imageUrlList = payload.params.imageUrlList || []
|
||||||
params.quotaUrl = payload.params.quotaUrl || []
|
params.quotaUrl = payload.params.quotaUrl || []
|
||||||
}
|
}
|
||||||
isGenerating.value = false
|
isGenerating.value = payload.isGenerating || false
|
||||||
isPaused.value = payload.isPaused || false
|
isPaused.value = payload.isPaused || false
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -161,7 +161,6 @@
|
|||||||
const quotaList = props.content.image_url ?? []
|
const quotaList = props.content.image_url ?? []
|
||||||
list.push(...quotaList)
|
list.push(...quotaList)
|
||||||
}
|
}
|
||||||
console.log(imageUrls, '---imageUrls---')
|
|
||||||
|
|
||||||
if (!imageUrls || imageUrls.length === 0) return list
|
if (!imageUrls || imageUrls.length === 0) return list
|
||||||
imageUrls?.forEach((item) => {
|
imageUrls?.forEach((item) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user