From 7fb61bf0fb0e22d0ebade76a6d4b5d0d4861127f Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 16 Feb 2024 14:42:44 +0700 Subject: [PATCH] fix: update copy of message queue (#2051) --- web/screens/Chat/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/screens/Chat/index.tsx b/web/screens/Chat/index.tsx index 44e2bd500..125e58b3b 100644 --- a/web/screens/Chat/index.tsx +++ b/web/screens/Chat/index.tsx @@ -199,7 +199,7 @@ const ChatScreen: React.FC = () => { {queuedMessage && !reloadModel && (
- Message queued. It can be sent once the model has started + Message will be sent once the model has started
)}