From 5ae17890a96cc682dfa9d35e5c6ba74ec022f015 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:58:59 +0200 Subject: [PATCH] Update url-params.md --- docs/features/chat-features/url-params.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/chat-features/url-params.md b/docs/features/chat-features/url-params.md index f65061d..5fd58c6 100644 --- a/docs/features/chat-features/url-params.md +++ b/docs/features/chat-features/url-params.md @@ -9,12 +9,12 @@ In Open WebUI, chat sessions can be customized through various URL parameters. T The following table lists the available URL parameters, their function, and example usage. -| **Parameter** | **Description** | **Example** | -|-----------------------|-----------------------------------------------------------------------------------|--------------------------------------------------------| +| **Parameter** | **Description** | **Example** | +|-----------------------|-----------------------------------------------------------------------------------|----------------------------------| | `models` | Specifies the models to be used, as a comma-separated list. | `/?models=model1,model2` | | `model` | Specifies a single model to be used for the chat session. | `/?model=model1` | | `youtube` | Specifies a YouTube video ID to be transcribed within the chat. | `/?youtube=VIDEO_ID` | -| `load_url` | Specifies a Website URL to be fetched and uploaded as a document within the chat. | `/?load_url=https://google.com` | +| `load_url` | Specifies a Website URL to be fetched and uploaded as a document within the chat. | `/?load_url=https://google.com` | | `web-search` | Enables web search functionality if set to `true`. | `/?web-search=true` | | `tools` or `tool-ids` | Specifies a comma-separated list of tool IDs to activate in the chat. | `/?tools=tool1,tool2` | | `call` | Enables a call overlay if set to `true`. | `/?call=true` |