Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Sep 25, 2024
1 parent 937300d commit cb077d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

- 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`

- Type: `str`
- 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`

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/integrations/ipex_llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Local LLM Setup with IPEX-LLM on Intel GPU"
---

:::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
Expand Down

0 comments on commit cb077d7

Please sign in to comment.