mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update url-params.md
This commit is contained in:
parent
587d2cc342
commit
5ae17890a9
@ -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.
|
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` |
|
||||||
| `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` |
|
| `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` |
|
| `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` |
|
| `call` | Enables a call overlay if set to `true`. | `/?call=true` |
|
||||||
|
Loading…
Reference in New Issue
Block a user