diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index 5055cba674..fcbcb7d1ef 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -529,7 +529,7 @@ if (!details) { showRateComment = true; - if (!updatedMessage.annotation?.tags) { + if (!updatedMessage.annotation?.tags && (message?.content ?? '') !== '') { // attempt to generate tags const tags = await generateTags(localStorage.token, message.model, messages, chatId).catch( (error) => {