feat: markdown formatting complete

streaming and history implemented
This commit is contained in:
Per Stark
2025-04-11 15:18:55 +02:00
parent 9b538098cd
commit 62f2bddb8f
3 changed files with 36 additions and 51 deletions

View File

@@ -57,10 +57,8 @@
chatContainer.scrollTop = chatContainer.scrollHeight;
}
}
document.body.addEventListener('htmx:afterSwap', function (evt) {
renderMarkdown();
setTimeout(scrollChatToBottom, 0);
scrollChatToBottom();
});
</script>
<style>