rephrase
This commit is contained in:
parent
1f59d7b167
commit
719953107c
@ -39,7 +39,7 @@ const ChatInstruction = () => {
|
|||||||
className="w-32"
|
className="w-32"
|
||||||
onClick={() => setIsSettingInstruction(true)}
|
onClick={() => setIsSettingInstruction(true)}
|
||||||
>
|
>
|
||||||
Give Instructions
|
Set a Prompt
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
@ -57,7 +57,7 @@ const ChatInstruction = () => {
|
|||||||
className="w-32"
|
className="w-32"
|
||||||
onClick={() => setSystemPrompt(instruction)}
|
onClick={() => setSystemPrompt(instruction)}
|
||||||
>
|
>
|
||||||
Give Instructions
|
Set a Prompt
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user