From 50d3de0405527206eae703519bddee13f00e5a31 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 27 Feb 2025 12:25:31 -0800 Subject: [PATCH] Update chat-params.md --- docs/features/chat-features/chat-params.md | 27 +++++++++++----------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/features/chat-features/chat-params.md b/docs/features/chat-features/chat-params.md index 42755c8..f5605eb 100644 --- a/docs/features/chat-features/chat-params.md +++ b/docs/features/chat-features/chat-params.md @@ -26,7 +26,20 @@ Suppose a user wants to set a custom system prompt for a specific conversation. ::: -### 2. **Per-model basis:** +### 2. **Per-account basis:** + +- **Description**: The per-account basis setting refers to the default system prompt and advanced parameters configured for a specific user account. Any user-specific changes can serve as a fallback in situations where lower-level settings aren't defined. +- **How to set**: Users can set their own system prompt and advanced parameters for their account within the **General** section of the **Settings** menu in Open WebUI. +- **Override capabilities**: Users have the ability to set their own system prompt on their account, but they must be aware that such parameters can still be overridden if an administrator has already set the **System Prompt** or specific **Advanced Parameters** on a per-model basis for the particular model being used. + +
+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. +::: +
+ +### 3. **Per-model basis:** - **Description**: The per-model basis setting refers to the default system prompt and advanced parameters configured for a specific model. These settings are applicable to all chat instances using that model. - **How to set**: Administrators can set the default system prompt and advanced parameters for a specific model within the **Models** section of the **Workspace** in Open WebUI. @@ -41,18 +54,6 @@ Suppose an administrator wants to set a default system prompt for a specific mod ::: -### 3. **Per-account basis:** - -- **Description**: The per-account basis setting refers to the default system prompt and advanced parameters configured for a specific user account. Any user-specific changes can serve as a fallback in situations where lower-level settings aren't defined. -- **How to set**: Users can set their own system prompt and advanced parameters for their account within the **General** section of the **Settings** menu in Open WebUI. -- **Override capabilities**: Users have the ability to set their own system prompt on their account, but they must be aware that such parameters can still be overridden if an administrator has already set the **System Prompt** or specific **Advanced Parameters** on a per-model basis for the particular model being used. - -
-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. -::: -
## **Optimize System Prompt Settings for Maximum Flexibility**