This commit is contained in:
Timothy J. Baek 2024-09-25 03:51:54 +02:00
parent 937300d725
commit cb077d71a6
2 changed files with 3 additions and 3 deletions

View File

@ -210,13 +210,13 @@ is also being used and set to `True`. Failure to do so will result in the inabil
#### `WEBUI_AUTH_TRUSTED_EMAIL_HEADER` #### `WEBUI_AUTH_TRUSTED_EMAIL_HEADER`
- Type: `str` - Type: `str`
- Description: Defines the trusted request header for authentication. See [SSO docs](/tutorial/sso). - Description: Defines the trusted request header for authentication. See [SSO docs](/tutorials/features/sso).
#### `WEBUI_AUTH_TRUSTED_NAME_HEADER` #### `WEBUI_AUTH_TRUSTED_NAME_HEADER`
- Type: `str` - Type: `str`
- Description: Defines the trusted request header for the username of anyone registering with the - Description: Defines the trusted request header for the username of anyone registering with the
`WEBUI_AUTH_TRUSTED_EMAIL_HEADER` header. See [SSO docs](/tutorial/sso). `WEBUI_AUTH_TRUSTED_EMAIL_HEADER` header. See [SSO docs](/tutorials/features/sso).
#### `WEBUI_SECRET_KEY` #### `WEBUI_SECRET_KEY`

View File

@ -4,7 +4,7 @@ title: "Local LLM Setup with IPEX-LLM on Intel GPU"
--- ---
:::note :::note
This guide is verified with Open WebUI setup through [Manual Installation](../getting-started/index.mdx#manual-installation). This guide is verified with Open WebUI setup through [Manual Installation](/getting-started/index.mdx#manual-installation).
::: :::
# Local LLM Setup with IPEX-LLM on Intel GPU # Local LLM Setup with IPEX-LLM on Intel GPU