From 719953107c12eb5069915b9403b1a25c6b14b7d1 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Tue, 28 Nov 2023 22:19:40 +0800 Subject: [PATCH] rephrase --- web/screens/Chat/ChatInstruction/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/screens/Chat/ChatInstruction/index.tsx b/web/screens/Chat/ChatInstruction/index.tsx index a85faffbb..6e7d3ddb6 100644 --- a/web/screens/Chat/ChatInstruction/index.tsx +++ b/web/screens/Chat/ChatInstruction/index.tsx @@ -39,7 +39,7 @@ const ChatInstruction = () => { className="w-32" onClick={() => setIsSettingInstruction(true)} > - Give Instructions + Set a Prompt )} @@ -57,7 +57,7 @@ const ChatInstruction = () => { className="w-32" onClick={() => setSystemPrompt(instruction)} > - Give Instructions + Set a Prompt )}