mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
.voidinstructions
This commit is contained in:
parent
23f1e8c641
commit
78f9463da1
1 changed files with 6 additions and 1 deletions
|
|
@ -1024,7 +1024,12 @@ export const Settings = () => {
|
|||
|
||||
<div className='mt-12 max-w-[600px]'>
|
||||
<h2 className={`text-3xl mb-2`}>AI Instructions</h2>
|
||||
<h4 className={`text-void-fg-3 mb-4`}>{`Instructions to include on all AI requests.`}</h4>
|
||||
<h4 className={`text-void-fg-3 mb-4`}>
|
||||
<ChatMarkdownRender inPTag={true} string={`
|
||||
System instructions to include with all AI requests.
|
||||
Alternatively, place a \`.voidinstructions\` file in the root of your workspace.
|
||||
`} chatMessageLocation={undefined} />
|
||||
</h4>
|
||||
<ErrorBoundary>
|
||||
<AIInstructionsBox />
|
||||
</ErrorBoundary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue