Skip to content

Commit

Permalink
Merge pull request #52 from open-webui/tjbck-patch-1
Browse files Browse the repository at this point in the history
Update env-configuration.md
  • Loading branch information
tjbck authored Apr 28, 2024
2 parents dd5b762 + d0e83e6 commit ba17a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down

0 comments on commit ba17a27

Please sign in to comment.