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

@ -10,7 +10,7 @@ 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. 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` | | `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` | | `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` | | `youtube` | Specifies a YouTube video ID to be transcribed within the chat. | `/?youtube=VIDEO_ID` |