mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update whitelist.md
Corrected documentation based on what I found in the code.
This commit is contained in:
parent
6a5637de59
commit
0bfc6d5fba
@ -20,7 +20,7 @@ Open WebUI allows you to filter specific models for use in your instance. This f
|
|||||||
You can also whitelist models by adding environment variables to the backend. This method is useful for automated deployments and can be done by adding the following environment variables to your `docker run` command:
|
You can also whitelist models by adding environment variables to the backend. This method is useful for automated deployments and can be done by adding the following environment variables to your `docker run` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
-e MODEL_FILTER_ENABLED=True \
|
-e ENABLE_MODEL_FILTER=True \
|
||||||
-e MODEL_FILTER_LIST="llama2:13b;mistral:latest;gpt-3.5-turbo" \
|
-e MODEL_FILTER_LIST="llama2:13b;mistral:latest;gpt-3.5-turbo" \
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user