Customize default system role / prompt for all AI models

It is useful to set a default system role / default prompt that is sent along with all AI instructions.

You can write prompts without having to repeat common instructions.

eg: API logins

Default system role / default prompt

Don’t repeating the prompt, don’t apologize, don’t reference yourself

All prompts you use inside SCM will have this default role / default prompt also included at the start

Now instead of

<h1>%keyword%</h1>
[write an article using the keyword "%keyword%" in %language%. 
Use html tags like p, h2, h3.
{Use bullet points or numbered lists, FAQs.|} Avoid repeating my prompt and do not apologize or reference yourself. 
Don't use title or meta or doctype tags.]

And always having to tell the AI to not repeat prompts, apologize or reference itself in each prompt, we let system role do it.

<h1>%keyword%</h1>
[write an article using the keyword "%keyword%" in %language%. 
Use html tags like p, h2, h3.
{Use bullet points or numbered lists, FAQs.|} Don't use title or meta or doctype tags.]

Just an easy time save if you have specific instructions you always send to the AI

1 Like