This commit is contained in:
0xSage 2023-11-28 22:19:40 +08:00
parent 1f59d7b167
commit 719953107c

View File

@ -39,7 +39,7 @@ const ChatInstruction = () => {
className="w-32"
onClick={() => setIsSettingInstruction(true)}
>
Give Instructions
Set a Prompt
</Button>
</>
)}
@ -57,7 +57,7 @@ const ChatInstruction = () => {
className="w-32"
onClick={() => setSystemPrompt(instruction)}
>
Give Instructions
Set a Prompt
</Button>
</div>
)}