diff --git a/docs/tutorial/system-prompt.md b/docs/tutorial/system-prompt.md index f66ffc6..c65b10e 100644 --- a/docs/tutorial/system-prompt.md +++ b/docs/tutorial/system-prompt.md @@ -23,8 +23,9 @@ Within Open WebUI, there are three levels to setting a **System Prompt** and **A
Example Use Case - +:::tip **Per-chat basis**: Suppose a user wants to set a custom system prompt for a specific conversation. They can do so by accessing the **Chat Controls** section and modifying the **System Prompt** field. These changes will only apply to the current chat session. +:::
### 2. **Per-model basis** @@ -37,8 +38,9 @@ Suppose a user wants to set a custom system prompt for a specific conversation.
Example Use Case - +:::tip **Per-model basis**: Suppose an administrator wants to set a default system prompt for a specific model. They can do so by accessing the **Models** section and modifying the **System Prompt** field for the corresponding model. Any chat instances using this model will automatically use the model's system prompt and advanced parameters. +:::
### 3. **Per-account basis** @@ -49,8 +51,9 @@ Suppose an administrator wants to set a default system prompt for a specific mod
Example Use Case - +:::tip **Per-account basis**: Suppose a user wants to set their own system prompt for their account. They can do so by accessing the **Settings** menu and modifying the **System Prompt** field. +:::
## **Bonus Tips: Optimize System Prompt Settings for Maximum Flexibility** @@ -63,4 +66,4 @@ Suppose a user wants to set their own system prompt for their account. They can * For your secondary System Prompt (**i.e, to give an LLM a task to perform**), choose whether to place it in the **System Prompt** field within the **Chat Controls** sidebar (on a per-chat basis) or the **Models** section of the **Workspace** section (on a per-model basis) for Admins, allowing you to set them directly. This allows your account-level system prompt to work in conjunction with either the per-chat level system prompt provided by **Chat Controls**, or the per-model level system prompt provided by **Models**. * As an administrator, you should assign your LLM parameters on a per-model basis using **Models** section for optimal flexibility. For both of these secondary System Prompts, ensure to set them in a manner that maximizes flexibility and minimizes required adjustments across different per-account or per-chat instances. It is essential for both your Admin account as well as all User accounts to understand the priority order by which system prompts within **Chat Controls** and the **Models** section will be applied to the **LLM**. -::: \ No newline at end of file +:::