mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Merge pull request #52 from open-webui/tjbck-patch-1
Update env-configuration.md
This commit is contained in:
commit
ba17a274e3
@ -18,7 +18,7 @@ Here is a list of supported environment variables used by `backend/config.py` in
|
||||
| `ENV` | Environment setting, default: `"dev"` |
|
||||
| `FRONTEND_BUILD_DIR` | Location of the built frontend files, default: `../build` |
|
||||
| `K8S_FLAG` | Support Kubernetes style Ollama hostname `.svc.cluster.local` |
|
||||
| `MODEL_FILTER_ENABLED` | Toggle Language Model filtering, default: `"False"` |
|
||||
| `ENABLE_MODEL_FILTER` | Toggle Language Model filtering, default: `"False"` |
|
||||
| `MODEL_FILTER_LIST` | Set Language Model filter list, semicolon separated: `"llama3:instruct;gemma:instruct"` |
|
||||
| `OLLAMA_API_BASE_URL` | Deprecated, see `OLLAMA_BASE_URL` |
|
||||
| `OLLAMA_BASE_URL` | Configure Ollama backend URL, default: `"http://localhost:11434"` |
|
||||
|
Loading…
Reference in New Issue
Block a user