Update url-params.md

This commit is contained in:
Classic298 2025-06-16 09:58:59 +02:00 committed by GitHub
parent 587d2cc342
commit 5ae17890a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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` |