From 6a61fe57763e96e3725566543d2f1fc5222ce69e Mon Sep 17 00:00:00 2001
From: Algorithm5838 <108630393+Algorithm5838@users.noreply.github.com>
Date: Tue, 26 Sep 2023 20:45:09 +0300
Subject: [PATCH] Update chat.tsx
---
app/components/chat.tsx | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 4e6aedec..005ee46e 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -1155,7 +1155,13 @@ function _Chat() {
{isUser ? (
) : (
-
+ <>
+ {["system", "context"].includes(message.role) ? (
+
+ ) : (
+
+ )}
+ >
)}