From af141729480a4b812b1c5e1602cf1f668642c389 Mon Sep 17 00:00:00 2001 From: parniantaghipour Date: Thu, 7 Nov 2024 14:49:36 -0800 Subject: [PATCH] Issue 26 Doc Updated --- docs/features/url-params.md | 2 +- docs/features/workspace/models.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/features/url-params.md b/docs/features/url-params.md index 151bf8a..812d7fb 100644 --- a/docs/features/url-params.md +++ b/docs/features/url-params.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -title: "URL Parameters" +title: "🔗 URL Parameters" --- In Open WebUI, chat sessions can be customized through various URL parameters. These parameters allow you to set specific configurations, enable features, and define model settings on a per-chat basis. This approach provides flexibility and control over individual chat sessions directly from the URL. diff --git a/docs/features/workspace/models.md b/docs/features/workspace/models.md index d8f574f..1e03d67 100644 --- a/docs/features/workspace/models.md +++ b/docs/features/workspace/models.md @@ -39,3 +39,19 @@ The `Models` section also includes features for discovering, importing, and expo * **Discover a Model**: Click this button to explore and download model presets from the Open WebUI community. * **Import Models**: Use this button to import models from a `.json` file or other sources. * **Export Models**: Use this button to export all your modelfiles in a single `.json` file. + + +### Model Switching + + **Example**: Switching between **Mistral**, **LLaVA**, and **GPT-3.5** in a Multi-Stage Task + + - **Scenario**: A multi-stage conversation involves different task types, such as starting with a simple FAQ, interpreting an image, and then generating a creative response. + - **Reason for Switching**: The user can leverage each model's specific strengths for each stage: + - **Mistral** for general questions to reduce computation time and costs. + - **LLaVA** for visual tasks to gain insights from image-based data. + - **GPT-3.5** for generating more sophisticated and nuanced language output. + - **Process**: The user switches between models, depending on the task type, to maximize efficiency and response quality. + + **How To**: + 1. **Select the Model**: Within the chat interface, select the desired models from the model switcher dropdown. You can select up to two models simultaneously, and both responses will be generated. You can then navigate between them by using the back and forth arrows. + 2. **Context Preservation**: Open WebUI retains the conversation context across model switches, allowing smooth transitions.