diff --git a/src-ui/src/app/components/chat/chat/chat.component.html b/src-ui/src/app/components/chat/chat/chat.component.html index c5cada978..78cd28ca3 100644 --- a/src-ui/src/app/components/chat/chat/chat.component.html +++ b/src-ui/src/app/components/chat/chat/chat.component.html @@ -8,7 +8,7 @@
@for (message of messages; track message) {
-
+
{{ message.content }} @if (message.isStreaming) { | }