This commit is contained in:
Timothy Jaeryang Baek
2025-01-31 01:38:53 -08:00
parent 5360cb5d50
commit b034dff963
8 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ Open WebUI allows you to integrate directly into your web browser. This tutorial
Before you begin, ensure that:
- You have Chrome or another supported browser installed.
- The `WEBUI_URL` environment variable is set correctly, either using Docker environment variables or in the `.env` file as specified in the [Getting Started](/getting-started/advanced-topics/env-configuration) guide.
- The `WEBUI_URL` environment variable is set correctly, either using Docker environment variables or in the `.env` file as specified in the [Getting Started](/getting-started/env-configuration) guide.
### Step 1: Set the WEBUI_URL Environment Variable

View File

@@ -212,7 +212,7 @@ The configuration files, which define the available voices and their properties,
**Additional Resources**
------------------------
For more information on configuring Open WebUI to use `openedai-speech`, including setting environment variables, see the [Open WebUI documentation](https://docs.openwebui.com/getting-started/advanced-topics/env-configuration#text-to-speech).
For more information on configuring Open WebUI to use `openedai-speech`, including setting environment variables, see the [Open WebUI documentation](https://docs.openwebui.com/getting-started/env-configuration#text-to-speech).
For more information about `openedai-speech`, please visit the [GitHub repository](https://github.com/matatonic/openedai-speech).